Mercurial > p > roundup > code
diff CHANGES.txt @ 6238:6834bb5473da
Summary: Constrain format of classname and document
Define the format of a valid classname. Updated design doc, function
doc and glossary to document format.
Error message for case where we have a redefinition of a classname now
says why ValueError is raised since we are raising ValueError for
incorrect classname format as well.
Tests for all cases including verification of cause for ValueError
exceptions.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 28 Jul 2020 06:24:39 -0400 |
| parents | f40c6b5de370 |
| children | ca0915457761 |
line wrap: on
line diff
--- a/CHANGES.txt Tue Jul 28 05:51:00 2020 -0400 +++ b/CHANGES.txt Tue Jul 28 06:24:39 2020 -0400 @@ -16,6 +16,10 @@ Fixed: - Reverse multilink to *the same class* would trigger a traceback about a modified dictionary on iteration (Ralf Schlatterbeck) +- issue2551086 - Valid class names not documented. Should follow + [A-z][A-z0-9_]+[A-z_]. This was never documented or enforced, but + we get obscure errors if the rules are not followed. (Tom + Ekberg tests by John Rouilard) 2020-07-13 2.0.0
