Yinon Ehrlich added the comment:
I saw this error in my scripts when using Python 2.5 on Ubuntu.
When imported trunk version instead of Python2.5 one, it disappeared.
So it's fixed in subprocess - def __del__
--
nosy: +Yinon
___
Python tr
New submission from Yinon Ehrlich:
Compare:
http://docs.python.org/whatsnew/pep-341.html
With:
http://docs.python.org/ref/exceptions.html
http://docs.python.org/tut/node10.html#SECTION001030
--
components: Documentation
messages: 59525
nosy: Yinon
severity: minor
status
New submission from Yinon Ehrlich:
http://www.python.org/doc/ext/reporting-bugs.html refers to
http://sourceforge.net/bugs/?group_id=5470 instead of
http://bugs.python.org
--
components: Documentation
messages: 62347
nosy: Yinon
severity: minor
status: open
title: Reporting bugs page
New submission from Yinon Ehrlich:
At http://docs.python.org/tut/node10.html#SECTION001030
there is "One my also instantiate" instead of "One may also instantiate"
--
components: Documentation
messages: 62348
nosy: Yinon
severity: normal
status:
New submission from Yinon Ehrlich:
When filing a new bug on http://bugs.python.org/issue and not filling
the "Change Note" the following message appears: "Error: list index out
of range"... instead of "please fill the change notes" or something alike...
New submission from Yinon Ehrlich <[EMAIL PROTECTED]>:
http://docs.python.org/tut/node11.html talks about old/new style
classes. But there is no any explanation what it is. The same for
http://docs.python.org/ref/node33.html
My suggestion: refer to http://wiki.python.or
Changes by Yinon Ehrlich <[EMAIL PROTECTED]>:
__
Tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue2266>
__
___
Python-bugs-list mailing list
Unsubscribe:
http
New submission from Yinon Ehrlich <[EMAIL PROTECTED]>:
os.walk.__doc__ has the following example-line (os.py, line 271):
for root, dirs, files in walk('python/Lib/email'):
it should be os.walk
--
components: Library (Lib)
messages: 65911
nosy: Yinon
severity: nor
Changes by Yinon Ehrlich :
--
components: Library (Lib)
files: webbrowser.patch
keywords: patch
nosy: Yinon
severity: normal
status: open
title: patch suggestion for webbrowser
versions: Python 2.6
Added file: http://bugs.python.org/file12580/webbrowser.patch
New submission from Yinon Ehrlich :
this will find applications/batch files
ending with .com or .cmd too.
___
Python tracker
<http://bugs.python.org/issue4828>
___
___
Changes by Yinon Ehrlich :
--
components: Library (Lib)
nosy: Yinon
priority: normal
severity: normal
status: open
title: PATCH: using the abspath shortcut in Lib/shutil
versions: Python 3.5
___
Python tracker
<http://bugs.python.org/issue21
Yinon Ehrlich added the comment:
Use the 'abspath' shortcut instead of 'os.path.abspath'
See the attached patch (sorry, forgot to attach before)
--
keywords: +patch
Added file: http://bugs.python.org/file35126/shutil.patch
___
P
Changes by Yinon Ehrlich :
--
components: Library (Lib)
files: subprocess.patch
keywords: patch
nosy: Yinon
severity: normal
status: open
title: PATCH: typo (English) in subprocess module
versions: Python 2.7
Added file: http://bugs.python.org/file14477/subprocess.patch
New submission from Yinon Ehrlich :
os.waitpid returns a tuple (pid, status)
--
assignee: georg.brandl
components: Documentation
files: subprocess.patch
keywords: patch
messages: 90513
nosy: Yinon, georg.brandl
severity: normal
status: open
title: PATCH: typo in subprocess documentation
Changes by Yinon Ehrlich :
--
files: subprocess.patch
keywords: patch
nosy: Yinon
severity: normal
status: open
title: PATCH: tiny simplification for subprocess
versions: Python 2.7
Added file: http://bugs.python.org/file14499/subprocess.patch
New submission from Yinon Ehrlich :
in http://docs.python.org/library/signal.html#signal.signal the reader
is referred to "see the reference manual section on the standard type
hierarchy". It would be generous if we will supply a link like
"http://docs.python.org/reference/datamo
New submission from Yinon Ehrlich :
on Ubuntu 8.04 -
I downloaded the sources, then:
./configure --prefix=$HOME
make && make install
in ~/bin/idle3 when I press Ctrl+Space (according to the "Edit" menu,
should show completions) idle crashes with the following traceback:
Trac
New submission from Yinon Ehrlich :
at http://docs.python.org/dev/3.0/howto/unicode.html:
Uniode should be Unicode
--
assignee: georg.brandl
components: Documentation
messages: 93052
nosy: Yinon, georg.brandl
severity: normal
status: open
title: typo in Unicode HOWTO
versions: Python
Yinon Ehrlich added the comment:
oops, appear in http://docs.python.org/3.1/howto/unicode.html too...
--
___
Python tracker
<http://bugs.python.org/issue6
New submission from Yinon Ehrlich :
threading.py line 122:
"cannot release un-aquired lock" --> "cannot release un-acquired lock"
--
components: Library (Lib)
messages: 93989
nosy: Yinon
severity: normal
status: open
title: typo (English) in threading.py
versions:
Yinon Ehrlich added the comment:
just saw now that the word 'un-aquired' is repeated several times in the
threading module...
--
___
Python tracker
<http://bugs.python.
Yinon Ehrlich added the comment:
* http://docs.python.org/reference/datamodel.html covers new style and
old style quite well.
However, for the sake of the reader who reads it top-down, it will be
nice to add internal cross references (to
http://docs.python.org/reference/datamodel.html#new
22 matches
Mail list logo