[issue7113] ConfigParser load speedup

2009-10-12 Thread albert hofkamp
New submission from albert hofkamp a.t.hofk...@tue.nl: Current implementation (r71564) uses '%s\n%s' % (old_val, new_line) to merge multi-line options into one string. For options with many lines, this wastes a lot of CPU power. Attached patch against r71564 fixes this problem by first building

[issue3002] shutil.copyfile blocks indefinitely on named pipes

2008-05-29 Thread albert hofkamp
New submission from albert hofkamp [EMAIL PROTECTED]: shutil.copytree() uses shutil.copyfile() to copy files recursively. shutil.copyfile() opens the source file for reading, and the destination file for writing, followed by a call to shutil.copyfileobj(). If the file happens to be a named pipe

[issue1774] Reference to New style classes documentation is incorrect

2008-01-09 Thread albert hofkamp
New submission from albert hofkamp: In the Python reference manual (the online current documentation), in Section 3.3 New-style and classic classes, there is a reference to external documentation about new style classes. The reference is however incorrect, it should be http://www.python.org/doc

[issue1773] Reference to Python issue tracker incorrect

2008-01-09 Thread albert hofkamp
New submission from albert hofkamp: In the Python reference manual (the online current documentation), in the About this document section, there is a reference to the Sourceforge bug tracker for reporting errors in the document. This tracker however has been closed, and has been replaced