[ http://issues.apache.org/jira/browse/MODPYTHON-85?page=all ]
Jim Gallacher resolved MODPYTHON-85:
Fix Version: 3.2
Resolution: Fixed
> ./configure does not find the correct PY_STD_LIB for x86-64 platform
>
[ http://issues.apache.org/jira/browse/MODPYTHON-86?page=all ]
Jim Gallacher resolved MODPYTHON-86:
Fix Version: 3.2
Resolution: Fixed
> Multiple session cookies created when ApplicationPath is set to /
> ---
Indrek Järve wrote:
Graham Dumpleton wrote:
Jim Gallacher wrote ..
Indrek Järve wrote:
Jim Gallacher wrote:
And see if any tests fail. If they pass, send a +1 to the list, if
they
fail, send the details (the versions of OS, Python and Apache, the
test
output, and suggestions,
Hi Grisha,
Any objection if I split the "changes" from README to a new CHANGES file?
Jim
Why not refer people to the docs, just like it was done for 3.2? Otherwise
this is yet another file to maintain.
On Fri, 28 Oct 2005, Jim Gallacher wrote:
Hi Grisha,
Any objection if I split the "changes" from README to a new CHANGES file?
Jim
Gregory (Grisha) Trubetskoy wrote:
Why not refer people to the docs, just like it was done for 3.2?
Otherwise this is yet another file to maintain.
Couple of reasons.
1. I forgot to update the changes in Doc/appendixc.tex when I created
the 3.2.3b tarball. I figure if it was right in front
Nick wrote:
Jim Gallacher wrote:
Are you sure there is anything to correct? In both cases, the object
has the same methods available for manipulating files (t.write('a'),
for example). They are not the same type of object, so they have
different dir() output, but don't they have the same func
Jim Gallacher wrote:
How about this? (Excuse the LateX)
\class{Field} instances have the following attributes:
...
\begin{memberdesc}{file}
This is a file-like object. For file uploads it points to a
\class{TemporaryFile} instance. (For more information see
TemporaryFile in the s