Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-06-01 Thread Georg Brandl
Mark Dickinson schrieb: On Sat, May 31, 2008 at 11:33 AM, Georg Brandl [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Now that the docs are reST, the source is almost pretty enough to display it raw, but I could also imagine a text writer that removes the more obscure

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-06-01 Thread Martin v. Löwis
The module is currently ~ 400 kb in size. If this is deemed to be a problem, we could use zlib to compress the contents -- which of course is bad for systems without the zlib module (are there any?). In the distribution, the file gets compressed, anyway. In the installation, I don't think it

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-06-01 Thread Quentin Gallet-Gilles
I've uploaded a patch for the aifc module (http://bugs.python.org/issue2847). I'm still working on the testsuite. Comments are welcome! Quentin On Thu, May 29, 2008 at 5:39 PM, Quentin Gallet-Gilles [EMAIL PROTECTED] wrote: On Thu, May 29, 2008 at 4:56 PM, Lars Immisch [EMAIL PROTECTED]

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-05-31 Thread Mark Dickinson
On Sat, May 31, 2008 at 11:33 AM, Georg Brandl [EMAIL PROTECTED] wrote: Now that the docs are reST, the source is almost pretty enough to display it raw, but I could also imagine a text writer that removes the more obscure markup to present a casual-reader-friendly text version. The needed

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-05-29 Thread Quentin Gallet-Gilles
On Thu, May 29, 2008 at 4:56 PM, Lars Immisch [EMAIL PROTECTED] wrote: snip Issue 2847 - the aifc module still imports the cl module in 3.0. Problem is that the cl module is gone. =) So it seems silly to have the imports lying about. This can probably be changed to

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-05-29 Thread Humberto Diogenes
On 29/05/2008, at 14:32, Brett Cannon wrote: On Thu, May 29, 2008 at 12:12 AM, Georg Brandl [EMAIL PROTECTED] wrote: Issue 2848 - mimetools has been deprecated for a while, but it is still used in a bunch of places. Since this has been deprecated in PEP 4 for a long time, should we add

Re: [Python-Dev] [Python-3000] Finishing up PEP 3108

2008-05-29 Thread Lars Immisch
snip Issue 2847 - the aifc module still imports the cl module in 3.0. Problem is that the cl module is gone. =) So it seems silly to have the imports lying about. This can probably be changed to critical. It shouldn't be a problem to rip everything cl-related out of