python / cpython

The Python programming language
https://www.python.org/
Other
60.02k stars 29.05k forks source link

Cookie.py #32876

Closed warsaw closed 23 years ago

warsaw commented 23 years ago
BPO 401055
Nosy @tim-one, @warsaw, @akuchling
Files
  • None: None
  • 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: ```python assignee = 'https://github.com/akuchling' closed_at = created_at = labels = ['library'] title = 'Cookie.py' updated_at = user = 'https://github.com/warsaw' ``` bugs.python.org fields: ```python activity = actor = 'akuchling' assignee = 'akuchling' closed = True closed_date = None closer = None components = ['Library (Lib)'] creation = creator = 'barry' dependencies = [] files = ['2674'] hgrepos = [] issue_num = 401055 keywords = ['patch'] message_count = 6.0 messages = ['33643', '33644', '33645', '33646', '33647', '33648'] nosy_count = 3.0 nosy_names = ['tim.peters', 'barry', 'akuchling'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue401055' versions = [] ```

    warsaw commented 23 years ago
    akuchling commented 23 years ago

    I have a copy of Tim O'Malley's ,v file (in order to preserve the version history). I can either ask the SF admins to drop it into the right place in the CVS repository, but will that screw up the Python 1.6 tagging in some way? (I would expect not, but who knows?)

    The second option would be for me to retrace Cookie.py's development -- add revision 1.1, check in revision 1.2 with the right log message, check in revision 1.3, &c. Obviously I'd prefer to not do this.

    So, can I go write to the SF admins and send them the ,v file?

    akuchling commented 23 years ago

    Revision 2.26 of Cookie.py added to Lib/ directory.

    warsaw commented 23 years ago

    Yes, but we're still waiting on a non-LGPL encumbered version of the file. Last I heard, Andrew had gotten in touch with O'Malley who said he had a BSD covered version, but hadn't given a link yet.

    tim-one commented 23 years ago

    Assigned to GregS as he seems to be a Cookie Guy too. Greg, please review this or pass it on.

    Barry, you realize this needs doc and test patches too else it will just get Postponed?

    tim-one commented 23 years ago

    OK, I assigned it to Andrew. If this isn't resolved in a few days, one of you please change the status to Postponed.