[issue26441] email.charset: to_splittable and from_splittable are not there anymore!

2018-10-18 Thread R. David Murray
R. David Murray added the comment: Thanks, Braden. -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue26441] email.charset: to_splittable and from_splittable are not there anymore!

2018-10-18 Thread R. David Murray
R. David Murray added the comment: New changeset 5be00247ae0de2e24dd14bbe4d9ca159434a1710 by R. David Murray (Braden Groom) in branch 'master': bpo-26441: Remove documentation for deleted to_splittable and from_splittable methods (#9865) https://github.com/python/cpython/commit/5be00247ae0de

[issue26441] email.charset: to_splittable and from_splittable are not there anymore!

2018-10-13 Thread Braden Groom
Change by Braden Groom : -- keywords: +patch pull_requests: +9234 stage: needs patch -> patch review ___ Python tracker ___ ___ Pyth

[issue26441] email.charset: to_splittable and from_splittable are not there anymore!

2018-10-09 Thread Cheryl Sabella
Change by Cheryl Sabella : -- assignee: -> docs@python components: +Documentation -email keywords: +easy nosy: +docs@python stage: -> needs patch type: -> enhancement versions: +Python 3.8 -Python 3.5, Python 3.6 ___ Python tracker

[issue26441] email.charset: to_splittable and from_splittable are not there anymore!

2016-02-25 Thread Martin Panter
New submission from Martin Panter: In /Doc/library/email.charset.rst, the descriptions of the to_splittable() and from_splittable() methods are disabled. The comment saying they are not there is presumably referring to the fact that the methods were removed from the Python 3 implementation. Th