[issue16473] Minor difference in decoding quoted-printable text

2013-01-11 Thread Jesús Cea Avión
Jesús Cea Avión added the comment: Ping. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16473 ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16473] Minor difference in decoding quoted-printable text

2012-11-14 Thread Alejandro Javier Peralta Frías
New submission from Alejandro Javier Peralta Frías: New to python-dev; I grab a beginner tasks increase test coverage and I decided to add coverage to this bit of code in the quopri module: # quopri.py L138while n 0 and line[n-1:n] in b \t\r: L139n = n-1 As far

[issue16473] Minor difference in decoding quoted-printable text

2012-11-14 Thread Alejandro Javier Peralta Frías
Changes by Alejandro Javier Peralta Frías apera...@machinalis.com: -- nosy: +brett.cannon ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16473 ___

[issue16473] Minor difference in decoding quoted-printable text

2012-11-14 Thread R. David Murray
R. David Murray added the comment: I think I can answer your last question. There are two quopri algorithms, one where spaces are allowed (message body) and one where they aren't (email headers). For the rest, I'd have to take a closer look than I have time for right now. --

[issue16473] Minor difference in decoding quoted-printable text

2012-11-14 Thread Alejandro Javier Peralta Frías
Alejandro Javier Peralta Frías added the comment: I think I can answer your last question. There are two quopri algorithms, one where spaces are allowed (message body) and one where they aren't (email headers). OK, thank you. Good to know. --

[issue16473] Minor difference in decoding quoted-printable text

2012-11-14 Thread Jesús Cea Avión
Changes by Jesús Cea Avión j...@jcea.es: -- nosy: +jcea ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16473 ___ ___ Python-bugs-list mailing list