Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PEP 292 reference implementation #40070

Closed
warsaw opened this issue Mar 23, 2004 · 3 comments
Closed

PEP 292 reference implementation #40070

warsaw opened this issue Mar 23, 2004 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@warsaw
Copy link
Member

warsaw commented Mar 23, 2004

BPO 922115
Nosy @warsaw, @brettcannon
Files
  • pep292.tgz
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/brettcannon'
    closed_at = <Date 2004-09-07.02:34:26.000>
    created_at = <Date 2004-03-23.23:41:37.000>
    labels = ['library']
    title = 'PEP 292 reference implementation'
    updated_at = <Date 2004-09-07.02:34:26.000>
    user = 'https://github.com/warsaw'

    bugs.python.org fields:

    activity = <Date 2004-09-07.02:34:26.000>
    actor = 'brett.cannon'
    assignee = 'brett.cannon'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2004-03-23.23:41:37.000>
    creator = 'barry'
    dependencies = []
    files = ['5889']
    hgrepos = []
    issue_num = 922115
    keywords = ['patch']
    message_count = 3.0
    messages = ['45643', '45644', '45645']
    nosy_count = 2.0
    nosy_names = ['barry', 'brett.cannon']
    pr_nums = []
    priority = 'normal'
    resolution = 'out of date'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue922115'
    versions = ['Python 2.4']

    @warsaw
    Copy link
    Member Author

    warsaw commented Mar 23, 2004

    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.

    @warsaw warsaw closed this as completed Mar 23, 2004
    @warsaw warsaw added the stdlib Python modules in the Lib dir label Mar 23, 2004
    @warsaw warsaw closed this as completed Mar 23, 2004
    @warsaw warsaw added the stdlib Python modules in the Lib dir label Mar 23, 2004
    @brettcannon
    Copy link
    Member

    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/ .

    @brettcannon
    Copy link
    Member

    Logged In: YES
    user_id=357491

    Well, PEP-292 was moved out of the sandbox so I am closing this down.

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants