Re: python-dev Summary for 2005-01-16 through 2005-01-31

2005-03-01 Thread IncessantRanting
Gerrit Muller wrote: > > as always I do appreciate your summaries. This new format, with the > boilerplate at the end certainly is an improvement. However, I always > use your news announcement as a trigger to read the version at > . I used to do this by >

Re: Crude statistics on the standard library

2005-02-01 Thread IncessantRanting
F. Petitjean wrote: [snip] > Conclusion : > sre_compile and sre_parse should be coded with a __all__ attribute Problem with this is that it would change the API for the two modules. And the main reason for the dependencies is that sre_constants is import-star'ed; same with sre_constants. But ye