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 swamiyeswanth
Recipients eric.araujo, gotcha, swamiyeswanth, tarek
Date 2011-02-19.10:07:06
SpamBayes Score 1.3498966e-07
Marked as misclassified No
Message-id <1298110027.12.0.0122928203924.issue11060@psf.upfronthosting.co.za>
In-reply-to
Content
I have gone through the source of mkcfg.py and though of implementing version check by calling distutils2.is_valid_version() and then if it results false , call suggest_normalized_version() to ask the user if he would like the suggested version or enter a new version ...if it returns none, prompting the version again . For this i need to create a new function say "check_version()" and call it just after version is asked for in the query_user() function call.
History
Date User Action Args
2011-02-19 10:07:07swamiyeswanthsetrecipients: + swamiyeswanth, tarek, eric.araujo, gotcha
2011-02-19 10:07:07swamiyeswanthsetmessageid: <1298110027.12.0.0122928203924.issue11060@psf.upfronthosting.co.za>
2011-02-19 10:07:06swamiyeswanthlinkissue11060 messages
2011-02-19 10:07:06swamiyeswanthcreate