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 fdrake
Recipients
Date 2003-06-16.18:18:17
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=3066

Ok, after half a second of looking at this, I have a pretty
good idea of how it happened.  Very simply, the build
process for the distrubuted files doesn't know what tag from
the repository to export, so it exports the HEAD.  When it's
right, that's fine, but it's never right for the maintenance
tracks.  So the Doc/tools/mksourcepkg script needs to
receive another argument (a tag which hasn't been defined
when it gets run) or it's gonig to have to get smarter.

For now, I've fixed the 2.2.3 LaTeX packages.
History
Date User Action Args
2007-08-23 14:13:49adminlinkissue751933 messages
2007-08-23 14:13:49admincreate