Activity log for bug #389778

Date Who What changed Old value New value Message
2009-06-20 03:59:22 Endolith bug added bug
2009-06-20 03:59:53 Endolith description You should use docstrings in the unit and constant definitions for each unit, to provide helpful text instead of just leaving it in the source code comments. In IPython, for instance, you can see the (example) docstring very easily: In [17]: quantities.au? Type: UnitLength Base Class: <class 'quantities.unitquantity.UnitLength'> String Form: 1 au (astronomical_unit) Namespace: Interactive File: /usr/local/lib/python2.6/dist-packages/quantities-0.5b2-py2.6.egg/quantities/unitquantity.py Docstring: An astronomical unit (abbreviated as AU, au, a.u., or sometimes ua) is a unit of length roughly equal to the mean distance between the Earth and the Sun. It is approximately 150 million kilometres (93 million miles). See http://en.wikipedia.org/wiki/Astronomical_unit You should use docstrings in the unit and constant definitions for each unit, to provide helpful text instead of just leaving it in the source code comments. In IPython, for instance, you can see the (example) docstring very easily: In [17]: quantities.au? Type: UnitLength Base Class: <class 'quantities.unitquantity.UnitLength'> String Form: 1 au (astronomical_unit) Namespace: Interactive File: /usr/local/lib/python2.6/dist-packages/quantities-0.5b2-py2.6.egg/quantities/unitquantity.py Docstring: An astronomical unit (abbreviated as AU, au, a.u., or sometimes ua) is a unit of length roughly equal to the mean distance between the Earth and the Sun. It is approximately 150 million kilometres (93 million miles). See http://en.wikipedia.org/wiki/Astronomical_unit
2009-06-20 14:55:50 Darren Dale python-quantities: importance Undecided Medium
2009-06-20 14:55:50 Darren Dale python-quantities: status New Fix Committed
2009-06-20 14:55:50 Darren Dale python-quantities: milestone 0.5
2009-06-20 14:55:50 Darren Dale python-quantities: assignee Darren Dale (dsdale24)
2009-10-12 01:37:40 Darren Dale python-quantities: milestone 0.5.0
2009-10-12 23:29:24 Darren Dale python-quantities: status Fix Committed Fix Released