[issue17768] _decimal: allow NUL fill character

2013-05-29 Thread Stefan Krah
Changes by Stefan Krah : -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue17768] _decimal: allow NUL fill character

2013-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 9156c663d6aa by Stefan Krah in branch '3.3': Issue #17768: Support newline fill character in decimal.py and NUL fill http://hg.python.org/cpython/rev/9156c663d6aa -- nosy: +python-dev ___ Python tracker

[issue17768] _decimal: allow NUL fill character

2013-05-29 Thread Stefan Krah
Stefan Krah added the comment: Here's a baroque patch for _decimal. It's complicated by the fact that there's no way of knowing what kind of UTF-8 fragments might be hidden in multi-byte separators or decimal points. -- Added file: http://bugs.python.org/file30407/issue17768.diff __

[issue17768] _decimal: allow NUL fill character

2013-04-17 Thread Ramchandra Apte
Ramchandra Apte added the comment: Yes. -- nosy: +Ramchandra Apte ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue17768] _decimal: allow NUL fill character

2013-04-16 Thread Stefan Krah
New submission from Stefan Krah: Making the _decimal part of #17705 a separate issue. I noticed that decimal.py does not allow a newline as a fill character: Python 3.3.0rc2+ (default:50dd7426b880, Sep 25 2012, 15:52:28) [GCC 4.4.3] on linux Type "help", "copyright", "credits" or "license" for