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 rhettinger
Recipients benjamin.peterson, gpolo, kbk, loewis, rhettinger
Date 2009-04-21.02:18:30
SpamBayes Score 2.15181e-05
Marked as misclassified No
Message-id <1240280312.46.0.980295652285.issue5783@psf.upfronthosting.co.za>
In-reply-to
Content
Fragile solution, but it works.  IMO, it's a better design to just have
the file named Python26.chm like it always used to be done.   Now, we've
duplicated someones arbitrary logic (ignoring sys.version_info.serial
and special casing sys.version_info.release_level=="final") but the
duplication isn't exact because the original puts dots better the major,
minor, and micro versions.  This is asking for another bug someday when
the logic gets changed in one place but not the other.
History
Date User Action Args
2009-04-21 02:18:32rhettingersetrecipients: + rhettinger, loewis, kbk, benjamin.peterson, gpolo
2009-04-21 02:18:32rhettingersetmessageid: <1240280312.46.0.980295652285.issue5783@psf.upfronthosting.co.za>
2009-04-21 02:18:30rhettingerlinkissue5783 messages
2009-04-21 02:18:30rhettingercreate