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 amaury.forgeotdarc
Recipients BreamoreBoy, amaury.forgeotdarc, eric.smith, wdebruij
Date 2010-09-28.23:47:02
SpamBayes Score 0.0033077702
Marked as misclassified No
Message-id <1285717623.96.0.930626393035.issue7938@psf.upfronthosting.co.za>
In-reply-to
Content
"man sh" does not list [[:alpha:]]* as an accepted pattern. This is a glob pattern, not a regular expression.
While the proposed patch may work for some environments, we should find a more compatible way.  Maybe a new case
   "[ ]*=") ;;
(a space somewhere before the '=') could be used before to prevent '*=*' from matching the sqlite line.
History
Date User Action Args
2010-09-28 23:47:04amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, eric.smith, wdebruij, BreamoreBoy
2010-09-28 23:47:03amaury.forgeotdarcsetmessageid: <1285717623.96.0.930626393035.issue7938@psf.upfronthosting.co.za>
2010-09-28 23:47:02amaury.forgeotdarclinkissue7938 messages
2010-09-28 23:47:02amaury.forgeotdarccreate