[issue3388] With keyword not mentioned in Input Output tutorial

2008-07-16 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Thanks, committed a similar patch in r65048. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> _

[issue3389] [PATCH] Allow custom logging Handlers in logging config files

2008-07-16 Thread Philip Jenvey
New submission from Philip Jenvey <[EMAIL PROTECTED]>: Python 2.5 added support for specifying a custom logging Formatter class in logging configuration files. Handler classes can also be specified, but your choice is limited to classes that live in the logging module. A current workaround th

[issue3389] [PATCH] Allow custom logging Handlers in logging config files

2008-07-16 Thread Benjamin Peterson
Changes by Benjamin Peterson <[EMAIL PROTECTED]>: -- assignee: -> vsajip ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-lis

[issue3386] [PATCH] distutils.sysconfig.get_python_lib prefix argument broken

2008-07-16 Thread Philip Jenvey
Changes by Philip Jenvey <[EMAIL PROTECTED]>: -- title: distutils.sysconfig.get_python_lib prefix argument broken -> [PATCH] distutils.sysconfig.get_python_lib prefix argument broken ___ Python tracker <[EMAIL PROTECTED]>

[issue3373] sys recursion limit a lot shorter on trunk?

2008-07-16 Thread Trent Nelson
Trent Nelson <[EMAIL PROTECTED]> added the comment: Darryl, was your trunk version built as debug? If so, can you try without? -- nosy: +Trent.Nelson ___ Python tracker <[EMAIL PROTECTED]> _

[issue3362] locale.getpreferredencoding() gives bus error on Mac OS X 10.4.11 PPC

2008-07-16 Thread cfr
cfr <[EMAIL PROTECTED]> added the comment: On the off chance this might be helpful: I get the same error with python 2.4.3. Python 2.4.3 (#1, Apr 7 2006, 10:54:33) [GCC 4.0.1 (Apple Computer, Inc. build 5250)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>

[issue3218] 2to3 Fix_imports optimization

2008-07-16 Thread Nick Edds
Nick Edds <[EMAIL PROTECTED]> added the comment: It should be done tonight, but probably not until around 11 central time. Sorry for the delay. ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3359] add 'rbU' mode to open()

2008-07-16 Thread Skip Montanaro
Skip Montanaro <[EMAIL PROTECTED]> added the comment: anatoly> If you open file with 'r' - all line endings will be mapped anatoly> precisely to '\n' anyways, so it has nothing to do with 'U' anatoly> mode. Before 3.0 at least, if you copy a text file from, say, Windows to Mac, and open

[issue3373] sys recursion limit a lot shorter on trunk?

2008-07-16 Thread Darryl Dixon
Darryl Dixon <[EMAIL PROTECTED]> added the comment: Hi Trent, No, my build did not invoke --with-pydebug. In other words, the process I used was simply: svn co http://svn.python.org/projects/python/trunk python-trunk cd python-trunk ./configure --prefix=/home/dixond/throwaway make make install

[issue3218] 2to3 Fix_imports optimization

2008-07-16 Thread Nick Edds
Nick Edds <[EMAIL PROTECTED]> added the comment: Sorry I couldn't have this done earlier today. I updated the test suite, and this is now passing all tests. Collin, could you verify that is has all the functionality you were expecting? If the member functionality turns out to actually be importan

[issue3218] 2to3 Fix_imports optimization

2008-07-16 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Thanks very much for getting this done! I checked in the changes in r65053, so they can make beta 2. I'm leaving the issue open, though, in case Collin wants to make more changes. ___ Python tracker <[EM

[issue3385] cPickle to pickle conversion in py3k missing methods

2008-07-16 Thread Alexandre Vassalotti
Alexandre Vassalotti <[EMAIL PROTECTED]> added the comment: The omission of the dispatch dictionary was sort of intentional. But now, I think it would be a good idea to add it to _pickle.Pickler. I will write a patch ASAP. ___ Python tracker <[EMAIL PROTECTE

[issue874900] threading module can deadlock after fork

2008-07-16 Thread Gregory P. Smith
Gregory P. Smith <[EMAIL PROTECTED]> added the comment: I added a Misc/NEWS note for this in r65057. This is a good candidate for backporting to release25-maint. To answer Antoine Pitrou's question about using the old ident vs the new _get_ident(). I don't know if the forked process will hav

[issue874900] threading module can deadlock after fork

2008-07-16 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Can somebody also merge this into Py3k, please? -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3375] _multiprocessing.so build problems

2008-07-16 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: When a second 'make' fixes things, that usually means that there's a dependency on another extension that is built later in the normal build sequence. I vaguely we had this before and fixed it by reordering things. Grepping the sources of _

[issue3375] _multiprocessing.so build problems

2008-07-16 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Here is the output of python -v during "import _multiprocessing". Maybe this gives someone a clue? >>> import _multiprocessing dlopen("/Users/guido/p3/build/lib.macosx-10.3-i386-3.0/_multiprocessing.so", 2); # /Users/guido/p3/Lib/pickle.pyc

[issue3381] `./configure --enable-framework --enable-universalsdk` fails because of change in r63997

2008-07-16 Thread Ronald Oussoren
Ronald Oussoren <[EMAIL PROTECTED]> added the comment: Forgot to upload updated patch Added file: http://bugs.python.org/file10923/configure-patch-3381-2.txt ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3375] _multiprocessing.so build problems

2008-07-16 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: The order thing was a red herring. However, I understand what's going on now. Somebody else can fix it hopefully. So what's going on: In the Python instance that runs setup.py, importing _multiprocessing fails. But if I start a new Pyth

[issue2874] Remove use of the stat module in the stdlib

2008-07-16 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: On Wed, Jul 16, 2008 at 3:05 PM, Georg Brandl <[EMAIL PROTECTED]> wrote: > > Georg Brandl <[EMAIL PROTECTED]> added the comment: > > Why deprecate the functions then? > If they are made into methods on the object returned by os.stat(), what is

[issue2638] tkSimpleDialog Window Flashing

2008-07-16 Thread Ron Longo
Ron Longo <[EMAIL PROTECTED]> added the comment: Correct. overrideredirect only enables/disables borders. However, what appears as a "flash" when the dialog box first appears is actually a window with only borders being drawn (no contents). Disabling borders BEFORE drawing anything prevents

[issue1230] Tix HList class missing method implementation for info_bbox

2008-07-16 Thread Ron Longo
Changes by Ron Longo <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10924/Tix.py ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Pyt

[issue3341] "Suggest a change" link

2008-07-16 Thread anatoly techtonik
anatoly techtonik <[EMAIL PROTECTED]> added the comment: Any links to alpha code? ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-list

[issue3359] add 'rbU' mode to open()

2008-07-16 Thread anatoly techtonik
anatoly techtonik <[EMAIL PROTECTED]> added the comment: > This behavior is inherited from the C-level fopen() and therefore > "normal text mode" is whatever that defines. > Is this really nowhere documented? Relation to fopen() function may be documented, but there is no explanation of what "n

<    1   2