This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PEP 3121, 384 refactoring applied to curses module
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.11
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Robin.Schreiber, georg.brandl, iritkatriel, loewis, lukasz.langa
Priority: normal Keywords: pep3121

Created on 2012-07-18 21:30 by Robin.Schreiber, last changed 2022-04-11 14:57 by admin.

Files
File name Uploaded Description Edit
_cursesmodule_pep3121-384_v0.patch Robin.Schreiber, 2012-07-18 21:29
Messages (4)
msg165804 - (view) Author: Robin Schreiber (Robin.Schreiber) * (Python triager) Date: 2012-07-18 21:29
Changes proposed in PEP3121 and PEP384 applied to the curses module. As these Changes do not alter behaviour of the specific modules, I would encourage to see this enhancement as a "bugfix" and consequently include this into the coming Python 3.3 release.
msg165808 - (view) Author: Łukasz Langa (lukasz.langa) * (Python committer) Date: 2012-07-18 21:43
If I understand correctly, it will be hard to justify this as a bugfix. But let's ask the Release Manager.
msg165827 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2012-07-19 06:04
Definitely.
msg408026 - (view) Author: Irit Katriel (iritkatriel) * (Python committer) Date: 2021-12-08 15:29
The patch needs to be converted to a github PR.
History
Date User Action Args
2022-04-11 14:57:33adminsetgithub: 59594
2021-12-08 15:29:56iritkatrielsetnosy: + iritkatriel

messages: + msg408026
versions: + Python 3.11, - Python 3.4
2012-11-08 13:50:43Robin.Schreibersetkeywords: + pep3121, - patch
2012-08-27 03:40:58belopolskylinkissue15787 dependencies
2012-07-19 08:03:00Robin.Schreibersetnosy: + loewis
2012-07-19 06:04:04georg.brandlsetmessages: + msg165827
versions: + Python 3.4, - Python 3.3
2012-07-18 21:43:47lukasz.langasetnosy: + georg.brandl, lukasz.langa
messages: + msg165808
2012-07-18 21:30:03Robin.Schreibercreate