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 pooryorick
Recipients pooryorick
Date 2009-06-30.14:18:00
SpamBayes Score 3.9360976e-10
Marked as misclassified No
Message-id <1246371482.94.0.431102675287.issue6363@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that "compile" does not recognize some flags:

Python 3.1 (r31:73574, Jun 26 2009, 20:21:35) [MSC v.1500 32 bit
(Intel)] on win
32
Type "help", "copyright", "credits" or "license" for more information.
>>> import __future__
>>> compile('a=5', '<string>', 'single',
__future__.print_function.compiler_flag
)
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
ValueError: compile(): unrecognised flags
History
Date User Action Args
2009-06-30 14:18:03pooryoricksetrecipients: + pooryorick
2009-06-30 14:18:02pooryoricksetmessageid: <1246371482.94.0.431102675287.issue6363@psf.upfronthosting.co.za>
2009-06-30 14:18:01pooryoricklinkissue6363 messages
2009-06-30 14:18:00pooryorickcreate