[issue19837] Wire protocol encoding for the JSON module

2016-07-29 Thread Kevin Dwyer
Changes by Kevin Dwyer <kevin.p.dw...@gmail.com>: -- nosy: +kdwyer ___ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue19837> ___ _

[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.org/TR/xhtml1

[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.diff/?hl=33

[issue26222] Missing code in linux_distribution python 2.7.11

2016-01-28 Thread Kevin Dwyer
Changes by Kevin Dwyer <kevin.p.dw...@gmail.com>: -- type: performance -> behavior ___ Python tracker <rep...@bugs.python.org> <http://bugs.pyt

[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: +kdwyer

[issue1327971] HTTPResponse instance has no attribute 'fileno'

2010-07-17 Thread Kevin Dwyer
Changes by Kevin Dwyer kevin.p.dw...@gmail.com: -- nosy: +kevindication ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue1327971 ___ ___ Python-bugs

[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