Message22953
| Author |
felixwiemann |
| Recipients |
| Date |
2004年10月31日.20:20:32 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
import compiler.transformer
compiler.transformer.parse('from module import
*').getChildNodes()[0].getChildNodes()[0].lineno
... is 1 in Python 2.3 but None in Python 2.4b1.
lineno is 1 in Python 2.4 too when passing 'from module
import something' instead of 'from module import *'. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 14:27:12 | admin | link | issue1057835 messages |
| 2007年08月23日 14:27:12 | admin | create |
|