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 zach.ware
Recipients Arfrever, brett.cannon, eric.araujo, ezio.melotti, jcea, meador.inge, pitrou, serhiy.storchaka, zach.ware
Date 2013-04-14.05:18:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365916729.2.0.110790882561.issue16694@psf.upfronthosting.co.za>
In-reply-to
Content
> Zachary, I suppose Modules/_operator.c is a rename of Modules/operator.c.
> Could you generate your patch using "hg diff --git" so that history isn't lost here?

Of course; I thought I already had, but apparently I messed that up a bit. v11 is in the proper format.  In it, you can actually see what was changed in Modules/operator.c, which is the necessary s/operator/_operator/ changes, and a few extra commas removed from a couple of docstrings (to match the docstrings in the new Python versions).

> See also http://docs.python.org/devguide/committing.html#minimal-configuration

Thank you for that link! I had read through this some time ago, but either missed the part about the diff section, or it just didn't sink in or something.  That is now added to my hg config file :)
History
Date User Action Args
2013-04-14 05:18:49zach.waresetrecipients: + zach.ware, brett.cannon, jcea, pitrou, ezio.melotti, eric.araujo, Arfrever, meador.inge, serhiy.storchaka
2013-04-14 05:18:49zach.waresetmessageid: <1365916729.2.0.110790882561.issue16694@psf.upfronthosting.co.za>
2013-04-14 05:18:49zach.warelinkissue16694 messages
2013-04-14 05:18:49zach.warecreate