Message145269
| Author |
ezio.melotti |
| Recipients |
eric.araujo, ezio.melotti, georg.brandl, larry, loewis, terry.reedy |
| Date |
2011年10月09日.16:04:37 |
| SpamBayes Score |
1.818128e-05 |
| Marked as misclassified |
No |
| Message-id |
<1318176277.9.0.73886932181.issue13086@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
> Attached is my first revision patch.
LGTM
> I did some other editing for clarity / 80 columns, though I can back
> those out from this patch (and put in another) if that's best.
That's fine with me, and while you are at it, you could fix this too when you commit:
+ the many Python level changes made leaving Python 2's API intact
s/Python level/Python-level/
> Patch is against the 2.7 branch; once this goes in I'll port all my
> recent cporting.rst changes to 3.2 and trunk.
Remember to convert things like :cmacro: to :c:macro: when you port it. |
|