[issue9173] logger statement not guarded in shutil._make_tarball

2011-03-03 Thread v_peter
v_peter leanmeandonothingmach...@gmail.com added the comment: I think it would be nice to get this test in. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9173

[issue9173] logger statement not guarded in shutil._make_tarball

2010-11-16 Thread v_peter
v_peter leanmeandonothingmach...@gmail.com added the comment: Added a test to the patch -- nosy: +v_peter Added file: http://bugs.python.org/file19620/shutil_logger_with_test.py27.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue9042] Gettext cache and classes

2010-09-30 Thread v_peter
v_peter leanmeandonothingmach...@gmail.com added the comment: Which branches should i make patches for then? release27-maint and release31-maint? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9042

[issue9042] Gettext cache and classes

2010-09-02 Thread v_peter
v_peter leanmeandonothingmach...@gmail.com added the comment: Here's a second patch with key = (class_, os.path.abspath(mofile))) -- Added file: http://bugs.python.org/file18713/class_cache2.diff ___ Python tracker rep...@bugs.python.org http

[issue9042] Gettext cache and classes

2010-09-01 Thread v_peter
v_peter leanmeandonothingmach...@gmail.com added the comment: Any comments on the patch for 3.2? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9042

[issue9042] Gettext cache and classes

2010-06-21 Thread v_peter
New submission from v_peter leanmeandonothingmach...@gmail.com: If you pass gettext.translation a class_ but the mo file you are trying to open already exists in the _translations cache the instance that is returned is an instance of whatever was in the cache and not the class that you

[issue9042] Gettext cache and classes

2010-06-21 Thread v_peter
Changes by v_peter leanmeandonothingmach...@gmail.com: -- keywords: +patch versions: +Python 3.2 -Python 2.6 Added file: http://bugs.python.org/file17736/class_cache.diff ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9042