Changes by s7v7nislands :
--
nosy: +s7v7nislands
___
Python tracker
<http://bugs.python.org/issue9942>
___
___
Python-bugs-list mailing list
Unsubscribe:
s7v7nislands added the comment:
thanks, neologix.
I think should put this hint in python doc.
--
___
Python tracker
<http://bugs.python.org/issue11284>
___
___
Changes by s7v7nislands :
Removed file: http://bugs.python.org/file20834/py3k.patch
___
Python tracker
<http://bugs.python.org/issue11284>
___
___
Python-bugs-list mailin
Changes by s7v7nislands :
Removed file: http://bugs.python.org/file20835/python27.patch
___
Python tracker
<http://bugs.python.org/issue11284>
___
___
Python-bugs-list m
Changes by s7v7nislands :
--
nosy: +s7v7nislands
___
Python tracker
<http://bugs.python.org/issue11635>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by s7v7nislands :
--
nosy: +s7v7nislands
___
Python tracker
<http://bugs.python.org/issue11743>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by s7v7nislands :
--
nosy: +s7v7nislands
___
Python tracker
<http://bugs.python.org/issue5315>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from s7v7nislands :
when use popen*() and close_fds is True, python will close unused fds. but the
MAXFD is not the real max. especially in freebsd, subprocess.MAXFD=655000. so
python will try to close to many fd, it's too slow, in my test on freebsd,
using about 3 se
Changes by s7v7nislands :
Added file: http://bugs.python.org/file20835/python27.patch
___
Python tracker
<http://bugs.python.org/issue11284>
___
___
Python-bugs-list m
s7v7nislands added the comment:
maybe you can use xcode-select to set the correct path
xcode-select -print-path
/Applications/Xcode.app/Contents/Developer
Usage: xcode-select -print-path
or: xcode-select -switch
-switch Sets the path for the current Xcode
for detail, you can
New submission from s7v7nislands :
In document 6.6.4. Mutable Sequence Types says:
The following operations are defined on mutable sequence types:
s.count(x) return number of i‘s for which s[i] == x
s.index(x[, i[, j]])return smallest k such that s[k] == x and i <= k
< j
New submission from s7v7nislands :
In these files: _xmlplus/xpath/ParsedAbbreviatedAbsoluteLocationPath.py
_xmlplus/xpath/ParsedAbbreviatedRelativeLocationPath.py, use the keyword
'as'.
--
messages: 93770
nosy: s7v7nislands
severity: normal
status: open
title: use keywo
12 matches
Mail list logo