[issue43236] Windows Taskbar Jump List fails to open Recent files

2021-02-15 Thread veganaiZe
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 list. ID

[issue42007] Line continuation after Boolean operation

2020-10-11 Thread veganaiZe
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.org/issue42

[issue42007] Line continuation after Boolean operation

2020-10-11 Thread veganaiZe
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 == 500

[issue40629] Error MSB4086 (numeric comparison)

2020-05-17 Thread veganaiZe
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 tracke

[issue40629] Error MSB4086 (numeric comparison)

2020-05-17 Thread veganaiZe
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". 2&g

[issue40629] Error MSB4086 (numeric comparison)

2020-05-14 Thread veganaiZe
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 that I

[issue27163] IDLE entry for What's New in Python 3.6

2017-06-22 Thread veganaiZe
Changes by veganaiZe <topher.whee...@yahoo.com>: -- nosy: +veganaiZe ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue27163> ___ _

[issue5680] Command-line arguments when running in IDLE

2017-06-21 Thread veganaiZe
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 <rep...@bugs.python.

[issue5680] Command-line arguments when running in IDLE

2017-06-19 Thread veganaiZe
Changes by veganaiZe <topher.whee...@yahoo.com>: -- nosy: +veganaiZe ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5680> ___ _