I am using Ubuntu 12.04 LTS; python 2.7.3 is pre-installed.
A bug in python 2.7 distribution has been fixed in their repository.
changeset 76420:ab9d6c4907e7 2.7
How do I apply this patch on my PC ?
Thanks,
Vineet
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use the mercurial equivalents of following comands:
The “hg” equivalents of the first two commands will identify all the files that have changed and the the changes in them. The last command will apply the patches.
Use the man command to get detailed usage information on the commands.