New submission from veganaiZe :
OS: Windows 8.1 (x86-64)
Python: 3.8.7
When I right-click on IDLE's rectangle/icon in the Windows taskbar it displays
a "jump list" which contains recent/pinned filenames.
A program will typically open a file when it's selected from the
veganaiZe added the comment:
Actually, I can do it the second way. I must have typo'd when testing (my
apologies)... But I'd still like to do it the first way. ☺
--
___
Python tracker
<https://bugs.python.o
New submission from veganaiZe :
I can't do something like this (regarding the `or`)...
if (not position.x == 0 and velocity == -1) or
(not position.x == 500 and velocity == 1)
Nor this...
if (not position.x == 0 and velocity == -1) or (
not position.x =
veganaiZe added the comment:
Probably a result of pulling in `msbuild` from .net 4.0 tools.
I'm setting up a dedicated virtual machine.
--
resolution: -> not a bug
stage: -> resolved
status: open -> closed
___
Python t
veganaiZe added the comment:
Using Windows 10 SDK (from late 2019). It's essential for the 2015r3 tools
(since the build tools don't include the standard lib headers! --Gimme a break
Microsoft!)
Here's the TL;DR from the log:
2>Building with tools version "4.0&
New submission from veganaiZe :
I'm getting an "error MSB4086: A numeric comparison was attempted ..." while
attempting to build Python 3.8.3 (branch `3.8` from github) on Windows 8.1
(64-bit) with VC++ Build Tools 14.0 (2015 R3), at the command line.
I'm guessing
Changes by veganaiZe :
--
nosy: +veganaiZe
___
Python tracker
<http://bugs.python.org/issue27163>
___
___
Python-bugs-list mailing list
Unsubscribe:
veganaiZe added the comment:
I've created a simple work-around for those who don't want to wait for the next
release(s) of IDLE. It's available on SO:
https://stackoverflow.com/a/44687632/5039027
--
___
Python tracker
<http
Changes by veganaiZe :
--
nosy: +veganaiZe
___
Python tracker
<http://bugs.python.org/issue5680>
___
___
Python-bugs-list mailing list
Unsubscribe: