This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ezio.melotti
Recipients davipo, docs@python, ezio.melotti
Date 2011-05-12.06:10:14
SpamBayes Score 1.058656e-07
Marked as misclassified No
Message-id <1305180615.61.0.365793729674.issue12042@psf.upfronthosting.co.za>
In-reply-to
Content
The workflow to prepare a patch using Mercurial is pretty much the same as SVN:

# get a clone (checkout) of the repository
hg clone http://hg.python.org/cpython 
# select the branch where you want to fix the issue
hg update 2.7
# make changes on the file(s) and make a patch
hg diff > issue12042.diff

See also http://docs.python.org/devguide/setup.html
Also note that 2.6 only receives security fixes, so it can't be fixed there.  All the "whatsnew" files are also included in the following  versions though, so it might be worth preparing a patch against 2.7.
History
Date User Action Args
2011-05-12 06:10:15ezio.melottisetrecipients: + ezio.melotti, davipo, docs@python
2011-05-12 06:10:15ezio.melottisetmessageid: <1305180615.61.0.365793729674.issue12042@psf.upfronthosting.co.za>
2011-05-12 06:10:15ezio.melottilinkissue12042 messages
2011-05-12 06:10:14ezio.melotticreate