Issue 922115: PEP 292 reference implementation (original) (raw)

Issue922115

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.

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/40070

classification

Title: PEP 292 reference implementation
Type: Stage:
Components: Library (Lib) Versions: Python 2.4

process

Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: barry, brett.cannon
Priority: normal Keywords: patch

Created on 2004-03-23 23:41 by barry, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
pep292.tgz barry,2004-03-23 23:41
Messages (3)
msg45643 - (view) Author: Barry A. Warsaw (barry) * (Python committer) Date: 2004-03-23 23:41
Here's a reference implementation for PEP 292, along with a few other things we talked about at PyCON II - creation of a top-level stringlib package - addition of stringlib/safedict.py which is a handy adjunct to PEP 292 I will also be checking in an updated PEP 292. Still to do: add test cases and documentation. I will do this in time for Python 2.4, if the PEP is accepted.
msg45644 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-03-26 15:24
Logged In: YES user_id=357491 OK, the files (including a copy of string.py from Lib/) have been put in the sandbox in the 'string' directory. I will leave this patch open until something gets moved out os nondist/ into dist/ .
msg45645 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2004-09-07 02:34
Logged In: YES user_id=357491 Well, PEP 292 was moved out of the sandbox so I am closing this down.
History
Date User Action Args
2022-04-11 14:56:03 admin set github: 40070
2004-03-23 23:41:37 barry create