Changes by Kevin Dwyer :
--
nosy: +kdwyer
___
Python tracker
<http://bugs.python.org/issue19837>
___
___
Python-bugs-list mailing list
Unsubscribe:
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.
Changes by Kevin Dwyer :
--
type: performance -> behavior
___
Python tracker
<http://bugs.python.org/issue26222>
___
___
Python-bugs-list mailing list
Un
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
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
Changes by Kevin Dwyer :
--
nosy: +kevindication
___
Python tracker
<http://bugs.python.org/issue1327971>
___
___
Python-bugs-list mailing list
Unsubscribe:
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
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