Commit 57d26b7f authored by Raymond Hettinger's avatar Raymond Hettinger

* Update the todo list.

* Make ConversionSyntax signals get trapped by default.
parent 8f87669a
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
# Todo: # Todo:
# Provide a clean way of attaching monetary format representations # Add rich comparisons for equality testing with other types
""" """
...@@ -2969,6 +2969,7 @@ DefaultContext = Context( ...@@ -2969,6 +2969,7 @@ DefaultContext = Context(
Emin=DEFAULT_MIN_EXPONENT, Emin=DEFAULT_MIN_EXPONENT,
capitals=1 capitals=1
) )
DefaultContext.trap_enablers.update({ConversionSyntax : 1})
# Pre-made alternate contexts offered by the specification # Pre-made alternate contexts offered by the specification
# Don't change these; the user should be able to select these # Don't change these; the user should be able to select these
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment