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 CliffM
Recipients CliffM
Date 2015-01-22.21:46:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421963210.26.0.700938779083.issue23304@psf.upfronthosting.co.za>
In-reply-to
Content
calendar.py ( lines 17,18 )  is not used :

# Exception raised for bad input (with string parameter for details)
error = ValueError

This could either be deleted OR used as the superclass in the next two class declarations as the comment suggests.
History
Date User Action Args
2015-01-22 21:46:50CliffMsetrecipients: + CliffM
2015-01-22 21:46:50CliffMsetmessageid: <1421963210.26.0.700938779083.issue23304@psf.upfronthosting.co.za>
2015-01-22 21:46:50CliffMlinkissue23304 messages
2015-01-22 21:46:50CliffMcreate