[Python-Dev] Python 2.3 maintenance branch is now open
Barry Warsaw
barry at python.org
Mon Aug 4 23:59:18 EDT 2003
Jack turned over the release23-branch branch to me so I was able to
create the Python 2.3 maintenance branch. Here's what I did:
- checked out release23-fork
- cvs tag -b release23-maint
- cvs up -rrelease23-maint
- cvs up -j release23-branch
- cvs commit
IOW, I basically branched release23-maint off of the release23-fork tag
on the trunk, then I merged all the changes in the release23-branch to
the release23-maint.
The release23-maint branch is now open for patches for Python 2.3.1.
The release23-branch branch is now closed.
Cheers,
-Barry
More information about the Python-Dev
mailing list