Re: [Python-Dev] patch review request: float.hex and float.fromhex

2008-07-11 Thread Raymond Hettinger
From: "Mark Dickinson" <[EMAIL PROTECTED]> Does anyone have time to review the patch http://bugs.python.org/file10876/hex_float5.patch for issue 3008 (float <-> hexadecimal string conversion): I'll look at it today and tomorrow. Raymond ___ Python

[Python-Dev] patch review request: float.hex and float.fromhex

2008-07-11 Thread Mark Dickinson
Does anyone have time to review the patch http://bugs.python.org/file10876/hex_float5.patch for issue 3008 (float <-> hexadecimal string conversion): http://bugs.python.org/issue3008 ? It would be really good if this could go in before next week's beta. Guido's approved the idea in principle, b

[Python-Dev] Patch review & request

2005-02-27 Thread Michiel Jan Laurens de Hoon
This is my last patch review in a series of five; next time I'll send them in a bunch of five as requested. I reviewed the following patches: [ 684500 ] extending readline functionality [ 723201 ] PyArg_ParseTuple problem with 'L' format [ 981773 ] crach link c++ extension by mingw [ 985713 ] bug