[issue17799] settrace docs are wrong about "c_call" events

2017-10-19 Thread raylu
Change by raylu <lur...@gmail.com>: -- nosy: +raylu ___ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue17799> ___ ___ Python-bugs

[issue29366] os.listdir has inconsistent behavior when run on a non-directory

2017-01-25 Thread raylu
raylu added the comment: os.listdir should always return NotADirectoryError when run on a regular file. Users shouldn't have to special-case win32/FileNotFoundError. -- ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/i

[issue29366] os.listdir has inconsistent behavior when run on a non-directory

2017-01-24 Thread raylu
New submission from raylu: According to https://github.com/python/cpython/blob/4ed71dae9d23a412f9f73d3a0b1f4be37543e49e/Lib/test/test_unicode_file_functions.py#L106 listdir can sometimes return FileNotFoundError on Windows. Tangentially related: https://hg.python.org/cpython/rev/385c2ec78f16

[issue26292] Raw I/O writelines() broken for non-blocking I/O

2016-07-04 Thread raylu
Changes by raylu <lur...@gmail.com>: -- nosy: +raylu ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue26292> ___ ___ Python-bugs

[issue3244] multipart/form-data encoding

2015-08-12 Thread raylu
Changes by raylu lur...@gmail.com: -- nosy: +raylu ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue3244 ___ ___ Python-bugs-list mailing list

[issue21332] subprocess bufsize=1 docs are misleading

2014-06-17 Thread raylu
raylu added the comment: I'm fairly sure this hasn't been fixed in tip so I think we're still waiting on patch review. Is there an update here? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue21332

[issue21332] subprocess bufsize=1 docs are misleading

2014-04-22 Thread raylu
New submission from raylu: https://docs.python.org/3.3/library/subprocess.html says bufsize will be supplied as the corresponding argument to the open() function when creating the stdin/stdout/stderr pipe file objects: ... 1 means line buffered but it calls io.open with 'wb' and 'rb': http

[issue14044] IncompleteRead error with urllib2 or urllib.request -- fine with urllib, wget, or curl

2013-06-13 Thread raylu
raylu added the comment: The URL works for me. While wget does download it successfully, I get the following output: $ wget http://info.kingcounty.gov/health/ehs/foodsafety/inspections/XmlRest.aspx\?Zip_Code\=98199 --2013-06-13 12:15:21-- http://info.kingcounty.gov/health/ehs/foodsafety