[Python-Dev] Backquote deprecation warning (original) (raw)
Christian Heimes lists at cheimes.de
Fri Nov 23 15:10:55 CET 2007
- Previous message: [Python-Dev] Update to PEP 366 (Relative imports from the main module)
- Next message: [Python-Dev] Backquote deprecation warning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello!
I'm having a bit of a trouble getting the deprecation warning for
backquotes repr
right. Neither the ast_for_* functions in Python/ast.c
nor the node structures have access to the filename.
Should the node structure gain an additional field to drag the filename around? Or can we simply life with the fact that the user won't get a filename in the deprecation warning?
Christian
- Previous message: [Python-Dev] Update to PEP 366 (Relative imports from the main module)
- Next message: [Python-Dev] Backquote deprecation warning
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]