[issue29893] create_subprocess_exec doc doesn't match software

2017-03-24 Thread Torrin Jones
Changes by Torrin Jones <torr...@gmail.com>: -- assignee: -> docs@python components: +Documentation nosy: +docs@python type: -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.

[issue29893] create_subprocess_exec doc doesn't match software

2017-03-23 Thread Torrin Jones
New submission from Torrin Jones: The documentation for asyncio.create_subprocess_exec says this is the definition . . . asyncio.create_subprocess_exec(*args, stdin=None, stdout=None, stderr=None, loop=None, limit=None, **kwds) The actual definition is this . . . def create_subprocess_exec

[issue21906] Tools\Scripts\md5sum.py doesn't work in Python 3.4.1 on Windows 7 64bit.

2014-07-02 Thread Torrin
New submission from Torrin: md5sum.py uses at least 1 undefined object in Python 3.4.1. I only tried this on Windows. I have no idea if it is a problem on any other OS. C:\C:\Python27\python.exe --version Python 2.7.6 C:\C:\Python34\python.exe --version Python 3.4.1 C:\C:\Python34