[issue17705] Fill Character cannot be \0

2013-04-13 Thread Jason Michalski
Jason Michalski added the comment: I worked on a patch that allows NUL padding for longs, floats and complex numbers. It seems NUL was being used as a sentinel in the format string parsing when no padding character is given. It was then replaced with a space in each call to fill_padding if it

[issue17341] Poor error message when compiling invalid regex

2013-04-13 Thread Jason Michalski
Changes by Jason Michalski : Added file: http://bugs.python.org/file29803/cpython-2.7-17341.patch ___ Python tracker <http://bugs.python.org/issue17341> ___ ___ Python-bug

[issue17341] Poor error message when compiling invalid regex

2013-04-13 Thread Jason Michalski
Changes by Jason Michalski : -- keywords: +patch Added file: http://bugs.python.org/file29802/cpython-3.3-17341.patch ___ Python tracker <http://bugs.python.org/issue17