[issue22341] Python 3 crc32 documentation clarifications

2014-12-18 Thread Martin Panter
Martin Panter added the comment: Here is a patch that fixes the binascii, zlib.crc32() and adler32() documentation as I suggested. I’m still interested why there are two ways to do a CRC-32, each equally non-obvious as the other. -- keywords: +patch Added file: http://bugs.python.org/

[issue9694] argparse required arguments displayed under "optional arguments"

2014-12-18 Thread Martin Panter
Martin Panter added the comment: Updated my patch with a “version changed” notice -- Added file: http://bugs.python.org/file37505/option-internal.patch ___ Python tracker ___

[issue18590] Found text not always highlighted by Replace dialog on Windows

2014-12-18 Thread Terry J. Reedy
Terry J. Reedy added the comment: Additional notes: Sarah's Replace patch consists of the tag raise. I just verified the reason why it works and moved it to the dialog base to include output windows and soon, Search dialogs. Sarah, if you do not provide a 'family' name, I will list you in Mi

[issue23084] Expose C struct timespec (nanosecond resolution) in time module

2014-12-18 Thread mdcb
mdcb added the comment: naively and coming from C, you have time_t to represent time so even though underneath it's typedef, it gives the casual user like me comfort (2038 not accounted). I don't know the details why struct timespec was chosen rather than nanoseconds as integer, and in fact wo

<    1   2