New submission from Garen :
The documentation for os.path.islink says:
"Return True if path refers to a directory entry that is a symbolic link.
Always False if symbolic links are not supported."
But what does "supported" mean? "Supported" by what? Supported b
Changes by Garen :
--
nosy: +Garen
___
Python tracker
<http://bugs.python.org/issue7833>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Garen :
--
nosy: +Garen
___
Python tracker
<http://bugs.python.org/issue5671>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Changes by Garen :
--
nosy: +Garen
___
Python tracker
<http://bugs.python.org/issue4111>
___
___
Python-bugs-list mailing list
Unsubscribe:
http://mail.pyth
Garen added the comment:
Ugh, can't edit previous message. Meant to say:
"Once Python gets native support for lzma/xz like it does for zlib and bzip2,
Mercurial could switch to using it for bundles and remote transfers."
For platforms with native support in-kernel (e.g. Linux
Garen Parham added the comment:
Once Python gets native support for lzma/xz like it does for zlib, bzip2 it
could switch to using it for bundles and remote transfers. See:
http://mercurial.selenic.com/bts/issue1463
With lzma/xz being able to compress so much better, it'd be r