Re: [jira] Created: (MODPYTHON-183) Stop Python directives being used in .htaccess files.

2006-08-12 Thread Jim Gallacher
I like this proposal. The PythonAllowOverride -whatever in particular is something that has great appeal. Jim Graham Dumpleton (JIRA) wrote: > Stop Python directives being used in .htaccess files. > - > > Key: MODPYTHON-183 >

New module importer - why not make it the default in 3.3?

2006-08-12 Thread Jim Gallacher
Graham, In your JIRA cleanup session you made the comment a number of times that the new importer is not likely to be the default in 3.3. I'm just wondering why it can't be the default, with the old importer as an option? Maybe: PythonOption mod_python.legacy.importer * If we were to do this we'

Re: unicode in PSP versus handlers

2006-08-12 Thread Jim Gallacher
Graham Dumpleton wrote: > > On 12/08/2006, at 11:39 AM, Earle Ady wrote: > >> >> So I wrote a simple mod_python handler and my unicode issues were >> resolved. >> >> The problem appears to be that using PSP with unicode isn't going to >> get you very >> far because Flex itself doesnt support unic

Graham: Suggested change to importer.py

2006-08-12 Thread Dan Eloff
I had some modules with circular imports and I only discovered that this was a problem when I tried to discover why my modules were being reimported constantly. I would suggest that this code be changed to log an error that explicitly tells you that there's a circular import, and what the conseque

Re: New module importer - why not make it the default in 3.3?

2006-08-12 Thread Graham Dumpleton
On 13/08/2006, at 12:35 AM, Jim Gallacher wrote: Graham, In your JIRA cleanup session you made the comment a number of times that the new importer is not likely to be the default in 3.3. I'm just wondering why it can't be the default, with the old importer as an option? Maybe: PythonOption

Re: Graham: Suggested change to importer.py

2006-08-12 Thread Graham Dumpleton
On 13/08/2006, at 3:43 AM, Dan Eloff wrote: I had some modules with circular imports and I only discovered that this was a problem when I tried to discover why my modules were being reimported constantly. I would suggest that this code be changed to log an error that explicitly tells you that t

Re: memory leak in request.readline()

2006-08-12 Thread Graham Dumpleton
Where are we at with confirming these memory leaks and committing some changes to fix them? Only ask as I have a big patch related to MODPYTHON-63 that am wanting to commit back into the repository, but don't want to be doing it if it is going to make your search harder by introducing some new