[issue1349732] urllib.urlencode provides two features in one param

2016-06-30 Thread Terry J. Reedy
Terry J. Reedy added the comment: 2.7 can get doc changes if a core developer wants to push it. -- versions: -Python 2.6 ___ Python tracker ___ ___

[issue27423] Failed assertions when running test.test_os on Windows

2016-06-30 Thread Eryk Sun
Eryk Sun added the comment: test_os intentionally operates on invalid file descriptors. In the Windows CRT this leads to failed assertions, such as from its _VALIDATE_RETURN macro. This macro would also call the default invalid parameter handler, which would kill the process, but that's disabl

[issue27423] Failed assertions when running test.test_os on Windows

2016-06-30 Thread Steve Dower
Steve Dower added the comment: The warnings are expected - Python has to be able to handle arbitrarily bad parameters/use without crashing, while the CRT assumes that bugs belong to the direct caller who needs to fix them. As a result, it will assert and terminate for blatantly incorrect opera

[issue18726] json functions have too many positional parameters

2016-06-30 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ __

[issue23908] Check path arguments of os functions for null character

2016-06-30 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Ping. Can anybody please test the patch on Windows? -- ___ Python tracker ___ ___ Python-bugs-list

<    1   2