Message176554
| Author |
brett.cannon |
| Recipients |
Arfrever, Julian, asvetlov, brett.cannon, eric.snow, meador.inge, python-dev, yselivanov |
| Date |
2012年11月28日.17:06:14 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1354122375.04.0.573358416272.issue15627@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
It might not be compulsory, but how else are you going to get a code object? Then again, get_code() kind of codifies the use of the word "code" for methods that return a code object.
So if you want to do the work to change the name then go ahead. |
|