[issue19837] Wire protocol encoding for the JSON module

2016-07-29 Thread Kevin Dwyer
Changes by Kevin Dwyer : -- nosy: +kdwyer ___ Python tracker <http://bugs.python.org/issue19837> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue26326] Named entity "vertical line" missed in 2.7 htmlentitydefs.py

2016-02-10 Thread Kevin Dwyer
Kevin Dwyer added the comment: The docs describe the entitydefs mapping as "A dictionary mapping XHTML 1.0 entity definitions to their replacement text in ISO Latin-1". Neither 'vbar' nor 'vline' seem to be part of the xhtml entity definitions (https://www.w3.

[issue26222] Missing code in linux_distribution python 2.7.11

2016-01-28 Thread Kevin Dwyer
Changes by Kevin Dwyer : -- type: performance -> behavior ___ Python tracker <http://bugs.python.org/issue26222> ___ ___ Python-bugs-list mailing list Un

[issue26222] Missing code in linux_distribution python 2.7.11

2016-01-28 Thread Kevin Dwyer
Kevin Dwyer added the comment: The quoted code doesn't exist in 2.7.10 (https://hg.python.org/cpython/file/v2.7.10/Lib/platform.py) It looks like it's from a patch applied by Debian themselves: see http://sources.debian.net/src/python2.7/2.7.11-3/debian/patches/platform-lsbrelease.d

[issue23308] a bug in Instructions section 4.1

2015-01-24 Thread Kevin Dwyer
Kevin Dwyer added the comment: @Dmot Can you be more specific about the problem? A link to the instructions that you are following and a verbatim copy of any error message that you see would help to identify what's going wrong. -- nosy: +k

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2010-07-17 Thread Kevin Dwyer
Changes by Kevin Dwyer : -- nosy: +kevindication ___ Python tracker <http://bugs.python.org/issue1327971> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-23 Thread Kevin Dwyer
Kevin Dwyer added the comment: Ok, it seems that Python 2.5 implements two new functions Py_GetFileAttributesExA and Py_GetFileAttributesExW in posixmodule.c within the #ifdef MS_WINDOWS block that may return ERROR_INVALID_PARAMETER to os.stat, which will percolate WindowsError up to os.exists

[issue1311] os.path.exists(os.devnull) regression on windows

2007-10-23 Thread Kevin Dwyer
Kevin Dwyer added the comment: I tried this under Python 2.3.3, 2.5.1 (native) and 2.3.4 (cygwin). The operating system is Windows 2000 SP4. C:\Python23>python Python 2.3.3 (#51, Dec 18 2003, 20:22:39) [MSC v.1200 32 bit (Intel)] on win32 Type "help", "copyright", &qu