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
>
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'
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
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
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
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
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