[issue6753] Python 3.1.1 test_cmd_line fails on Fedora 11

2011-11-28 Thread Ezio Melotti

Ezio Melotti  added the comment:

Is this still an issue?

--
nosy: +ezio.melotti

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6816] Provide CPython command line functionality via runpy module

2011-11-28 Thread Eric Snow

Changes by Eric Snow :


--
nosy: +eric.snow

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5654] Add C hook in PyDict_SetItem for debuggers

2011-11-28 Thread Ezio Melotti

Changes by Ezio Melotti :


--
stage:  -> needs patch
type:  -> feature request
versions: +Python 3.3 -Python 2.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue7074] Turtle module crashes python

2011-11-28 Thread Ezio Melotti

Changes by Ezio Melotti :


--
versions: +Python 3.3 -Python 3.1

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue6899] Base.replace breaks tree

2011-11-28 Thread Ezio Melotti

Changes by Ezio Melotti :


--
stage:  -> patch review
type:  -> behavior

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue11374] pkgutil.extend_path do not recognize py{c,o} file

2011-11-28 Thread Ezio Melotti

Changes by Ezio Melotti :


--
stage:  -> needs patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue12014] str.format parses replacement field incorrectly

2011-11-28 Thread Ben Wolfson

Ben Wolfson  added the comment:

I just noticed that the patch labelled strformat-as-document is actually the 
same as the other one, owing to my incompetence. Anyway, as far as I can tell 
the patches would have to be reworked in the light of recent changes anyway. I 
am willing to do this if there's actually interest. Otherwise, is there 
anything else I can do here? Is it necessary to write a PEP or take this to 
python-ideas or something?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13493] Import error with embedded python on AIX 6.1

2011-11-28 Thread Amaury Forgeot d'Arc

Amaury Forgeot d'Arc  added the comment:

Is the man page really displayed during compilation? It's a bit weird that the 
CC compiler behaves this way. Is this common behavior on AIX?

By the way, you are already in the "make" command;  the output you show is made 
during compilation of the "_ctypes" module, by the script 
Modules/_ctypes/libffi/configure.  Can you try and see which part of the script 
displays the man page?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue3932] HTMLParser cannot handle '&' and non-ascii characters in attribute names

2011-11-28 Thread Ezio Melotti

Ezio Melotti  added the comment:

I'll change this in a doc issue then.

Any suggestions about the wording?
Adding "Passing unicode strings is suggested/advised/preferred." in the .feed() 
section is a bit vague, and mentioning the problem (with str it might break in 
some corner cases) while keeping a positive tone is somewhat difficult.

--
components: +Documentation -Library (Lib)
nosy: +rhettinger

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1040439] Missing documentation on How To Link With libpython

2011-11-28 Thread Eli Bendersky

Changes by Eli Bendersky :


--
nosy: +eli.bendersky

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5654] Add C hook in PyDict_SetItem for debuggers

2011-11-28 Thread Raymond Hettinger

Raymond Hettinger  added the comment:

Can this be closed?

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



<    1   2