This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: unittest. assertAlmostEqual() documentation incomplete
Type: Stage:
Components: Documentation Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, ggenellina, roysmith
Priority: normal Keywords: patch

Created on 2008-09-20 00:22 by roysmith, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
unittest.diff ggenellina, 2008-09-20 22:34
Messages (3)
msg73447 - (view) Author: Roy Smith (roysmith) Date: 2008-09-20 00:22
The third argument, places, is optional, but no indication is given what 
value is used if it is omitted.
msg73476 - (view) Author: Gabriel Genellina (ggenellina) Date: 2008-09-20 22:34
This patch documents the missing default value.
msg73487 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-09-21 07:16
Thanks, committed in r66524.
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48162
2008-09-21 07:16:10georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg73487
2008-09-20 22:34:30ggenellinasetfiles: + unittest.diff
nosy: + ggenellina
messages: + msg73476
keywords: + patch
2008-09-20 00:22:43roysmithcreate