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 schmir
Recipients brett.cannon, christian.heimes, schmir
Date 2008-05-08.19:58:53
SpamBayes Score 0.00149381
Marked as misclassified No
Message-id <1210276737.91.0.592758694771.issue2790@psf.upfronthosting.co.za>
In-reply-to
Content
sure, I even removed the whole source tree:
~/pydev/trunk/ ./python                                          
ralf@rat64 ok
Python 2.6a3+ (trunk, May  8 2008, 21:52:39) 
[GCC 4.2.3 (Debian 4.2.3-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> sys.flags
sys.flags(debug=0, py3k_warning=0, division_warning=0, division_new=0,
inspect=0, interactive=0, optimize=0, dont_write_bytecode=0,
no_user_site=0, no_site=0, ignore_environment=0, tabcheck=0, verbose=0,
unicode=0)

You can count the entries manually if you don't believe. The given count
is off by one.
History
Date User Action Args
2008-05-08 19:58:59schmirsetspambayes_score: 0.00149381 -> 0.00149381
recipients: + schmir, brett.cannon, christian.heimes
2008-05-08 19:58:58schmirsetspambayes_score: 0.00149381 -> 0.00149381
messageid: <1210276737.91.0.592758694771.issue2790@psf.upfronthosting.co.za>
2008-05-08 19:58:56schmirlinkissue2790 messages
2008-05-08 19:58:54schmircreate