classification
Title: PEP 3121, 384 Refactoring applied to posix module
Type: resource usage Stage:
Components: Extension Modules Versions: Python 3.4
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Robin.Schreiber
Priority: normal Keywords: patch, pep3121

Created on 2012-08-16 09:48 by Robin.Schreiber, last changed 2012-12-14 18:56 by Robin.Schreiber.

Files
File name Uploaded Description Edit
posix_pep3121-384_v0.patch Robin.Schreiber, 2012-08-16 09:48
posix_pep3121-384_v1.patch Robin.Schreiber, 2012-12-14 18:56 review
Messages (2)
msg168367 - (view) Author: Robin Schreiber (Robin.Schreiber) * Date: 2012-08-16 09:48
Changes proposed in PEP3121 and PEP384 have now been applied to the posix module!
msg177493 - (view) Author: Robin Schreiber (Robin.Schreiber) * Date: 2012-12-14 18:56
Updated posixmodule to work with the 3.4 Branch version.
History
Date User Action Args
2012-12-14 18:56:14Robin.Schreibersetfiles: + posix_pep3121-384_v1.patch
keywords: + patch
messages: + msg177493
2012-11-08 13:46:10Robin.Schreibersetkeywords: + pep3121, - patch
2012-08-27 03:46:04belopolskylinkissue15787 dependencies
2012-08-16 09:48:04Robin.Schreibercreate