[Python-Dev] Merging flow (original) (raw)
Christian Heimes lists at cheimes.de
Thu Dec 4 16:12:07 CET 2008
- Previous message: [Python-Dev] [Python-checkins] r67511 - in python/trunk: Doc/library/logging.rst Lib/logging/__init__.py Lib/test/test_logging.py Misc/NEWS
- Next message: [Python-Dev] Merging flow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Several people have asked about the patch and merge flow. Now that Python 3.0 is out it's a bit more complicated.
Flow diagram
trunk ---> release26-maint -> py3k ---> release30-maint
Patches for all versions of Python should land in the trunk. They are then merged into release26-maint and py3k branches. Changes for Python 3.0 are merged via the py3k branch.
Christian
- Previous message: [Python-Dev] [Python-checkins] r67511 - in python/trunk: Doc/library/logging.rst Lib/logging/__init__.py Lib/test/test_logging.py Misc/NEWS
- Next message: [Python-Dev] Merging flow
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]