I'm working on putting the docs in order for the 3.2 release, and
thought I'd update appendix A as I go.
ie, http://www.modpython.org/live/current/doc-html/app-changes.html
So, what are the changes from 3.1? Should major bug fixes be listed or
just new features/changed behaviour? Feel free to
I've split the release instructions from Doc/Makefile into
Doc/release-instructions.txt.
The instructions have been modifed for svn and checked into
mod_python/trunk. Please review and comment as you see fit.
http://svn.apache.org/repos/asf/httpd/mod_python/trunk/Doc/release-instructions.txt
Jim Gallacher wrote:
I've split the release instructions from Doc/Makefile into
Doc/release-instructions.txt.
The instructions have been modifed for svn and checked into
mod_python/trunk. Please review and comment as you see fit.
http://svn.apache.org/repos/asf/httpd/mod_python/trunk/Doc/rel
Sander Striker wrote:
Jim Gallacher wrote:
I've split the release instructions from Doc/Makefile into
Doc/release-instructions.txt.
The instructions have been modifed for svn and checked into
mod_python/trunk. Please review and comment as you see fit.
http://svn.apache.org/repos/asf/httpd/
Hi Jim,
I don't have much time now but there should be a complete list here :
http://issues.apache.org/jira/secure/ReleaseNote.jspa?version=11060&styleName=Html&projectId=10640&Create=Create
What you should add to your list are :
- a fix/improvement for FieldStorage allowing for better file upl
[ http://issues.apache.org/jira/browse/MODPYTHON-8?page=all ]
Nicolas Lehuen reopened MODPYTHON-8:
This is not really fixed. The publisher's implementation now uses its own
system to load the published modules, but apache.import_module has not chan
[ http://issues.apache.org/jira/browse/MODPYTHON-15?page=all ]
Nicolas Lehuen resolved MODPYTHON-15:
-
Fix Version: 3.2.0
Resolution: Fixed
Fixed in subversion.
> Publisher : iterable return values should be corretly published
> ---
On 26/06/2005, at 1:28 AM, Jim Gallacher wrote:
Changed import mechanism.
(I wasn't paying too much attention to this whole discussion, so
maybe someone else could comment on how this changed and the possible
impact on user code?)
New version attribute.
Added publisher.get_page() which allows
On Sun, 26 Jun 2005, Graham Dumpleton wrote:
Anyway, the point of this mail is simply to register my viewpoint that the
new publisher specific import mechanism should not be included.
What does everyone think? I'm inclined to agree, especially given that
Graham is working on documenting the