[Patches] [ python-Patches-634866 ] general corrections to 2.2.2 refman, p.1
SourceForge.net
noreply@sourceforge.net
Sat, 18 Jan 2003 19:12:23 -0800
Patches item #634866, was opened at 2002-11-07 03:39
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=634866&group_id=5470
Category: Documentation
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: Alex Martelli (aleax)
>Assigned to: Raymond Hettinger (rhettinger)
Summary: general corrections to 2.2.2 refman, p.1
Initial Comment:
as per email exchanges with F. Drake, here's a first part of
suggested corrections to the 2.2.2 reference manual, mostly
to make it reflect a bit better the way Python currently works.
----------------------------------------------------------------------
Comment By: Alex Martelli (aleax)
Date: 2002-11-16 18:16
Message:
Logged In: YES
user_id=60314
OK, corrected my mistakes and nuked all \C, e.g. and i.e. from
chapters 2, 3, 6 (the chapters affected by the patch).
----------------------------------------------------------------------
Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-11-13 15:07
Message:
Logged In: YES
user_id=3066
Alex, a few nits:
- In the first chunk, I suspect you meant "triple-quoted
string literal", not "raw string literal".
- "e.g." and "i.e." should be avoided with great prejudice.
I've been removing them from the rest of the documentation
as I've had time.
- "\C" and "\C{}" should both be replaced with just "C"
whenever found.
- When you refer to the "C or Java implementation", realize
that the Java implementation is more deterministic; Java
ints are 32 bits, period, IIRC.
- There is not __iterkeys__(), only iterkeys().
I have not tried applying the patch to test formatting.
Ok, it sounds like a lot of things, but they're all rather
small. Your patch really helps; thanks!
If you can make these changes and post an updated patch, it
shouldn't take long to get it committed. I've marked the
patch "pending" since I'm waiting for changes.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=634866&group_id=5470