[New-bugs-announce] [issue23304] Unused Superclass in calendar.py

CliffM report at bugs.python.org
Thu Jan 22 22:46:50 CET 2015


New submission from CliffM:

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.

----------
components: Library (Lib), Tests
messages: 234513
nosy: CliffM
priority: normal
severity: normal
status: open
title: Unused Superclass in calendar.py
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23304>
_______________________________________


More information about the New-bugs-announce mailing list