Menu

Commit [r15418]  Maximize  Restore  History

Future proofed the relax codebase by replacing all ''' with """ in the docstrings.

According to the Python convention PEP 257 (http://www.python.org/dev/peps/pep-0257/), it is stated
that, "[f]or consistency, always use """triple double quotes""" around docstrings". As this is a
convention, it may be enforced in future Python versions.

bugman 2012-03-01

changed /1.3/float.py
changed /1.3/multi/__init__.py
changed /1.3/multi/api.py
changed /1.3/multi/memo.py
changed /1.3/multi/misc.py
changed /1.3/multi/processor.py
changed /1.3/test_suite/unit_tests/unit_test_runner.py
/1.3/float.py Diff Switch to side-by-side view
Loading...
/1.3/multi/__init__.py Diff Switch to side-by-side view
Loading...
/1.3/multi/api.py Diff Switch to side-by-side view
Loading...
/1.3/multi/memo.py Diff Switch to side-by-side view
Loading...
/1.3/multi/misc.py Diff Switch to side-by-side view
Loading...
/1.3/multi/processor.py Diff Switch to side-by-side view
Loading...
/1.3/test_suite/unit_tests/unit_test_runner.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.