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 jepler
Recipients
Date 2003-11-10.12:55:58
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=2772

I would expect the behavior of $PYTHONSTARTUP to be just
like typing the commands in at the interactive prompt,
except that the results of the individual expr_statements
are not printed.  That simply makes the old behavior
(__future__ directives ignored) a bug.  Instead of writing
documentation that is specific "this works, but this
doesn't", any remaining details of interpreter state that
differ between $PYTHONSTARTUP and entering commands at the
interactive prompt should be fixed.
History
Date User Action Args
2007-08-23 15:28:47adminlinkissue794400 messages
2007-08-23 15:28:47admincreate