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

Cookie.py: One step closer to RFC 2109 #39591

Closed
Zectbumo mannequin opened this issue Nov 24, 2003 · 2 comments
Closed

Cookie.py: One step closer to RFC 2109 #39591

Zectbumo mannequin opened this issue Nov 24, 2003 · 2 comments
Assignees
Labels
stdlib Python modules in the Lib dir

Comments

@Zectbumo
Copy link
Mannequin

Zectbumo mannequin commented Nov 24, 2003

BPO 848017
Nosy @birkenfeld, @birkenfeld
Files
  • Cookie.py.patch: Lib/Cookie.py patch
  • 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/birkenfeld'
    closed_at = <Date 2005-08-24.22:34:41.000>
    created_at = <Date 2003-11-24.06:10:40.000>
    labels = ['library']
    title = 'Cookie.py: One step closer to RFC 2109'
    updated_at = <Date 2005-08-24.22:34:41.000>
    user = 'https://bugs.python.org/zectbumo'

    bugs.python.org fields:

    activity = <Date 2005-08-24.22:34:41.000>
    actor = 'georg.brandl'
    assignee = 'georg.brandl'
    closed = True
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2003-11-24.06:10:40.000>
    creator = 'zectbumo'
    dependencies = []
    files = ['5698']
    hgrepos = []
    issue_num = 848017
    keywords = ['patch']
    message_count = 2.0
    messages = ['44925', '44926']
    nosy_count = 3.0
    nosy_names = ['georg.brandl', 'georg.brandl', 'zectbumo']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue848017'
    versions = ['Python 2.3']

    @Zectbumo
    Copy link
    Mannequin Author

    Zectbumo mannequin commented Nov 24, 2003

    • Changed the default separator from \n to \r\n.
    • Suppressed the trailing semicolon.
    • Changed the examples because doctest doesn't allow
      carriage returns in the examples.

    @Zectbumo Zectbumo mannequin closed this as completed Nov 24, 2003
    @Zectbumo Zectbumo mannequin assigned birkenfeld Nov 24, 2003
    @Zectbumo Zectbumo mannequin added the stdlib Python modules in the Lib dir label Nov 24, 2003
    @Zectbumo Zectbumo mannequin closed this as completed Nov 24, 2003
    @Zectbumo Zectbumo mannequin assigned birkenfeld Nov 24, 2003
    @Zectbumo Zectbumo mannequin added the stdlib Python modules in the Lib dir label Nov 24, 2003
    @birkenfeld
    Copy link
    Member

    Logged In: YES
    user_id=1188172

    Thanks for the patch, committed as
    Lib/Cookie.py r1.19
    Doc/lib/libcookie.tex r1.13

    @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

    1 participant