[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2020-05-19 Thread Benjamin Peterson
Change by Benjamin Peterson : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2019-02-24 Thread Mark Lawrence
Change by Mark Lawrence : -- nosy: -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2016-09-08 Thread Christian Heimes
Christian Heimes added the comment: Did you keep this ticket open for a reason? -- nosy: +christian.heimes ___ Python tracker ___

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-07-30 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad4c1bfe257f by Berker Peksag in branch 'default': Issue #13248: Delete remaining references of inspect.getargspec(). https://hg.python.org/cpython/rev/ad4c1bfe257f -- ___ Python tracker

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-07-30 Thread Yury Selivanov
Yury Selivanov added the comment: Thank you, Berker! -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13248 ___ ___ Python-bugs-list mailing list

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-07-30 Thread Yaroslav Halchenko
Yaroslav Halchenko added the comment: the function getargspec was removed but references to it within docstrings remained: $ git grep getargspec Doc/library/inspect.rst: The first four items in the tuple correspond to :func:`getargspec`. Doc/library/inspect.rst: :func:`getargspec` or

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset 558199e060fd by Yury Selivanov in branch 'default': Issue #13248: Remove inspect.getmoduleinfo() from 3.6 (deprecated in 3.3) https://hg.python.org/cpython/rev/558199e060fd -- ___ Python tracker

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-07-23 Thread Roundup Robot
Roundup Robot added the comment: New changeset a565aad5d6e1 by Yury Selivanov in branch 'default': Issue #13248: Remove inspect.getargspec from 3.6 (deprecated from 3.0) https://hg.python.org/cpython/rev/a565aad5d6e1 -- ___ Python tracker

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-06-05 Thread Yury Selivanov
Changes by Yury Selivanov yseliva...@gmail.com: -- nosy: +yselivanov ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13248 ___ ___ Python-bugs-list

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-01-04 Thread Berker Peksag
Berker Peksag added the comment: Here is a follow-up list: * formatter module (will be removed in Python 3.6) * asynchat.fifo() (will be removed in Python 3.6) * buffering argument of bz2.BZ2File() (deprecated in 2011) * tarfile.filemode() (deprecated in 2012) * SO config var

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-01-04 Thread Martin Panter
Martin Panter added the comment: Another one to deal with one way or the other: html.parser.HTMLParser.unescape() It is apparently due to be removed in 3.5. It was meant to be an undocumented internal function, and there is now an public alternative. However I would be inclined to leave it

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-01-01 Thread Martin Panter
Martin Panter added the comment: See Issue 19167 for a patch to remove the xml.etree.XMLParser.doctype() method. I’m happy for it to be removed, since the logic for generating the DeprecationWarning is buggy. -- nosy: +vadmium ___ Python tracker

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-01-01 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- title: deprecated in 3.2/3.3, should be removed in 3.4 - deprecated in 3.2/3.3, should be removed in 3.5 or ??? versions: +Python 3.5 -Python 3.4 ___ Python tracker rep...@bugs.python.org

[issue13248] deprecated in 3.2/3.3, should be removed in 3.5 or ???

2015-01-01 Thread Martin Panter
Martin Panter added the comment: Make that Issue 19176 for XMLParser.doctype() -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue13248 ___ ___