[issue14119] Ability to adjust queue size in Executors

2012-06-10 Thread Nam Nguyen
Nam Nguyen added the comment: I used the ThreadPoolExecutor to process a large number (bounded) of input/output jobs. Because there were too many of them and the worker threads could not process them fast enough to drain them from the queue, the queue kept increasing in size. It was okay for

[issue14119] Ability to adjust queue size in Executors

2012-06-10 Thread Brian Quinlan
Brian Quinlan added the comment: The queue that you identified i.e. self._call_queue = multiprocessing.Queue(self._max_workers + EXTRA_QUEUED_CALLS) does not get considered during submit() - are you sure that it somehow causes submit() to block. Could

[issue14119] Ability to adjust queue size in Executors

2012-06-10 Thread Nam Nguyen
Nam Nguyen added the comment: Currently, ProcessionPoolExecutor has this line in its constructor: self._call_queue = multiprocessing.Queue(self._max_workers + EXTRA_QUEUED_CALLS) where EXTRA_QUEUED_CALLS is 1. And yes, it would be best to expor

[issue15015] Access to non-existing "future" attribute in error path of futures

2012-06-10 Thread Brian Quinlan
Brian Quinlan added the comment: Thanks for the patch! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Pyt

[issue15015] Access to non-existing "future" attribute in error path of futures

2012-06-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 68d7c0be5890 by Brian Quinlan in branch 'default': #15015: Fix accessing an non-existing attribute. http://hg.python.org/cpython/rev/68d7c0be5890 -- nosy: +python-dev ___ Python tracker

[issue14119] Ability to adjust queue size in Executors

2012-06-10 Thread Brian Quinlan
Brian Quinlan added the comment: Hey Nam, I'm not sure that I understand. You want ThreadPoolExecutor.submit to block if there are too many work items in the queue? Are you sure that this happens currently with ProcessPoolExecutor? I can't see why it would. -- __

[issue15041] tkinter documentation: update "see also" list

2012-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: Kevin Walzer, who uses tk/inter regularly, sent me the following effbot has a more recent work-in-progress update of his Tkinter docs here: http://effbot.org/tkinterbook/ I refer to this a lot. "Programming Python" by Mark Lutz (Amazon link here: http://www

[issue14119] Ability to adjust queue size in Executors

2012-06-10 Thread R. David Murray
R. David Murray added the comment: Brian: ping. Since this is an enhancement, if you are going to accept it it would be nice to get it into 3.3, which means committing it before June 23rd. -- nosy: +r.david.murray stage: -> patch review versions: +Python 3.3

[issue14599] Windows test_import failure thanks to ImportError.path

2012-06-10 Thread Stefan Krah
Stefan Krah added the comment: I think the issue mentioned in eae7cc54d28b just occurred again: http://www.python.org/dev/buildbot/all/builders/x86%20XP-4%203.x/builds/6807/steps/test/logs/stdio == ERROR: test_module (test.tes

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-06-10 Thread R. David Murray
R. David Murray added the comment: Oh, that wouldn't fix 'pydoc help', would it. So there are probably two places where the special case has to be added, which means the code itself should go in pydoc and be called from _Helper.__call__ somehow. (Note, I'm just throwing out ideas here, I ha

[issue4489] shutil.rmtree is vulnerable to a symlink attack

2012-06-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: Here is a patch with just the shutil changes. Compared to rmtree-with-fwalk-v3.diff, this changes 90 lines of rmtree, whereas the fwalk version changes only 70 lines. On the plus side, it's much more obvious in this version that the *at variant has the same

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-06-10 Thread R. David Murray
R. David Murray added the comment: "works" in the sense that it produces output. But it doesn't produce the output it used to, which is the same text as the initial banner when you type help(). I believe the existing behavior in this case is correct. With your patch it produces the same ou

[issue14850] The inconsistency of codecs.charmap_decode

2012-06-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > So the answer to your last question is "yes". I hope that the answer to > your other questions follows from that Thank you, this is the answer to all my questions. I've prepared a patch to treat U+FFFE in general mapping as “undefined mapping”. > (strictl

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-06-10 Thread Petr Kubat
Petr Kubat added the comment: Help at the help> prompt does work, I tested that. But if you (or anyone) thought of a better way to fix this issue I would be glad to change it. -- ___ Python tracker __

[issue15041] tkinter documentation: update "see also" list

2012-06-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 2.7 doc can also be updated. Here is a couple to add or replace. Tcl/Tk 8.5 Manual http://www.tcl.tk/man/tcl8.5/ The the current tcl/tk reference manual. The Tk Commands section is the most relevant for tkinter. TKDocs http://www.tkdocs.com/ Extensive tut

[issue3518] multiprocessing: BaseManager.from_address documented but doesn't exist

2012-06-10 Thread R. David Murray
Changes by R. David Murray : -- assignee: jnoller -> nosy: +sbt versions: +Python 2.7, Python 3.2, Python 3.3 -Python 2.6, Python 3.0 ___ Python tracker ___ _

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25932/ship61.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25931/ship60.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25930/ship59.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25929/ship58.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25928/ship57.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25927/ship56.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25926/ship55.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25925/ship54.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25924/ship53.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25923/ship52.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25922/ship51.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25921/ship50.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25920/ship49.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25919/ship48.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25918/ship47.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25917/ship46.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue15041] tkinter documentation "see also" list in Python3 is from Python2

2012-06-10 Thread R. David Murray
Changes by R. David Murray : -- nosy: +asvetlov ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25916/ship45.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25915/ship44.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25914/ship43.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25913/ship42.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25912/ship41.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25911/ship40.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25910/ship39.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25909/ship38.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25908/ship37.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25907/ship36.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25906/ship35.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25905/ship34.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25904/ship33.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25903/ship32.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25902/ship31.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25901/ship30.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25900/ship29.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25899/ship28.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25898/ship27.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25897/ship26.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25896/ship25.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25895/ship24.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25894/ship23.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue15041] tkinter documentation "see also" list in Python3 is from Python2

2012-06-10 Thread R. David Murray
R. David Murray added the comment: If you find any resources that we can link to, please post them here. -- assignee: docs@python -> nosy: +r.david.murray, terry.reedy ___ Python tracker _

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25893/ship22.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-06-10 Thread R. David Murray
R. David Murray added the comment: It doesn't look like anyone is working on it currently. Yes, getting this right is a bit tricky for exactly the reason you say. You have to make sure you don't break the other uses, and glancing at the patch (I haven't looked at the code you are patching) i

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25892/ship21.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25891/ship20.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25890/ship19.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25889/ship18.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25888/ship17.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25887/ship16.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25886/ship15.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25885/ship14.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25884/ship13.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25883/ship12.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25882/ship11.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25881/ship10.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25880/ship9.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25879/ship8.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25878/ship7.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25877/ship6.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25875/ship4.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25876/ship5.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25874/ship3.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25873/ship2.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Ned Deily
Changes by Ned Deily : Removed file: http://bugs.python.org/file25872/ship1.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue14850] The inconsistency of codecs.charmap_decode

2012-06-10 Thread Martin v . Löwis
Martin v. Löwis added the comment: > integers or 1-character strings? What about general mapping? Should > any of them have 0xFFFE or '\uFFFE' represent an undefined mapping? The documentation says that the parameter "can be a dictionary mapping byte or a unicode string, which is treated as a

[issue14850] The inconsistency of codecs.charmap_decode

2012-06-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: > What is the question? U+FFFE also represents an undefined mapping in > string subclasses. What about classes that not subclassed string but ducktyped string by implementing all string method? What about list/tuple/array.array of integers or 1-character str

[issue14532] multiprocessing module performs a time-dependent hmac comparison

2012-06-10 Thread Nick Coghlan
Nick Coghlan added the comment: A comment above the length check referring back to this issue and the deliberate decision to allow a timing attack to determine the length of the expected digest would be handy. I was just looking at hmac.secure_compare and my thought when reading the source a

[issue7699] strptime, strftime documentation

2012-06-10 Thread R. David Murray
R. David Murray added the comment: This was applied by Georg in SVN revision r77561 on 2010-01-17. -- nosy: +r.david.murray resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue13691] pydoc help (or help('help')) should show the doc for help

2012-06-10 Thread Petr Kubat
Petr Kubat added the comment: Is anyone still working on this? If not I would like to make this work. Although I'm not exactly sure how to tackle this problem since the built-in help function is defined as a wrapper around pydoc.help and so the docstring used for printing help('help') is actua

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25932/ship61.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25931/ship60.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25930/ship59.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25929/ship58.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25928/ship57.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25927/ship56.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25926/ship55.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25925/ship54.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25924/ship53.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25923/ship52.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25922/ship51.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25921/ship50.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25920/ship49.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25919/ship48.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue1009] Implementation of PEP 3101, Advanced String Formatting

2012-06-10 Thread Fyrn Jilot
Changes by Fyrn Jilot : Added file: http://bugs.python.org/file25918/ship47.html ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

  1   2   >