[Python-checkins] r71315 - python/branches/py3k-short-float-repr/Python/dtoa.c
mark.dickinson
python-checkins at python.org
Mon Apr 6 19:43:21 CEST 2009
Author: mark.dickinson
Date: Mon Apr 6 19:43:21 2009
New Revision: 71315
Log:
Bug reports should go to the issue tracker, *not* to me!
Modified:
python/branches/py3k-short-float-repr/Python/dtoa.c
Modified: python/branches/py3k-short-float-repr/Python/dtoa.c
==============================================================================
--- python/branches/py3k-short-float-repr/Python/dtoa.c (original)
+++ python/branches/py3k-short-float-repr/Python/dtoa.c Mon Apr 6 19:43:21 2009
@@ -56,8 +56,8 @@
/* Please send bug reports for the original dtoa.c code to David M. Gay (dmg
* at acm dot org, with " at " changed at "@" and " dot " changed to ".").
- * Send bug reports for this modified version to Mark Dickinson
- * (dickinsm at gmail.com). */
+ * Please report bugs for this modified version using the Python issue tracker
+ * (http://bugs.python.org). */
/* On a machine with IEEE extended-precision registers, it is
* necessary to specify double-precision (53-bit) rounding precision
More information about the Python-checkins
mailing list