New submission from Chris Lasher :
Python 2.6 saw the introduction of per user site-packages directory for easy
installation of Python packages into a guaranteed location in which the user
has appropriate permissions.
http://bugs.python.org/issue1799
http://www.python.org/dev/peps/pep-0370
New submission from Chris Lasher :
argparse supports registering conflicting arguments, however, it does so in a
way that an argument may belong to at most one group of conflicting arguments.
The inspiration for this bug is Stack Overflow question #4770576.
http://stackoverflow.com/questions
New submission from Chris Lasher :
Would it be possible to add an extra option to site.addsitedir so that it
left-appends (inserts at the beginning of the list rather than the end of the
list) to sys.path the new path?
The use case for this is that sometimes the user has local versions of
Chris Lasher added the comment:
One correction: by "beginning of sys.path", what I really mean is, "the portion
of sys.path after the initial ''". I forgot that '', the empty path, should
always be at the start of sys.path to ensure that packages and m
Changes by Chris Lasher :
--
nosy: +gotgenes
___
Python tracker
<http://bugs.python.org/issue3244>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Chris Lasher :
--
nosy: +gotgenes
___
Python tracker
<http://bugs.python.org/issue9951>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Lasher added the comment:
int has int.from_bytes and int.to_bytes.
Currently, bytes has bytes.fromhex. Would the core developers please consider
naming the method "bytes.tohex" instead of "bytes.hex", so there's at least a
modicum of consistency in the method
New submission from Chris Lasher :
This question is motivated by a question on Stack Overflow:
http://stackoverflow.com/questions/1824069/urllib2-not-retrieving-entire-http-response
In the event the user receives an incomplete response when using urllib2
(and urllib), the library should raise
Changes by Chris Lasher :
--
nosy: +gotgenes
___
Python tracker
<http://bugs.python.org/issue22385>
___
___
Python-bugs-list mailing list
Unsubscribe: