Issue 15389: PEP 3121, 384 refactoring applied to curses module (original) (raw)

Issue15389

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:33 admin set github: 59594
2021-12-08 15:29:56 iritkatriel set nosy: + iritkatrielmessages: + versions: + Python 3.11, - Python 3.4
2012-11-08 13:50:43 Robin.Schreiber set keywords: + pep3121, - patch
2012-08-27 03:40:58 belopolsky link issue15787 dependencies
2012-07-19 08:03:00 Robin.Schreiber set nosy: + loewis
2012-07-19 06:04:04 georg.brandl set messages: + versions: + Python 3.4, - Python 3.3
2012-07-18 21:43:47 lukasz.langa set nosy: + georg.brandl, lukasz.langamessages: +
2012-07-18 21:30:03 Robin.Schreiber create