[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-20 Thread Neil Schemenauer
Changes by Neil Schemenauer nas-pyt...@arctrix.com: Removed file: http://bugs.python.org/file33501/bytes_mod.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20284 ___

[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-20 Thread Neil Schemenauer
Changes by Neil Schemenauer nas-pyt...@arctrix.com: Removed file: http://bugs.python.org/file33505/bytes_mod_v2.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20284 ___

[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-20 Thread Neil Schemenauer
Changes by Neil Schemenauer nas-pyt...@arctrix.com: Removed file: http://bugs.python.org/file33506/bytes_mod_v3.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20284 ___

[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-20 Thread Neil Schemenauer
Changes by Neil Schemenauer nas-pyt...@arctrix.com: Removed file: http://bugs.python.org/file33516/bytes_mod_v4.patch ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20284 ___

[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-17 Thread Neil Schemenauer
Neil Schemenauer added the comment: Another revision of the patch, now quite close to PEP 461 as proposed. Changes from PEP 461: - include %a - add -2 command-line flag. When enabled have %s fallback to calling PyObject_Str() and encoding to ASCII and also enable %r as alias for %a.

[issue20284] patch to implement %-interpolation for bytes (roughly PEP 461)

2014-01-17 Thread Ethan Furman
Changes by Ethan Furman et...@stoneleaf.us: -- nosy: +ethan.furman ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20284 ___ ___ Python-bugs-list