Hi, Following an earlier discussion on this list, I've made changes to zope.filerepresentation to incorporate two new interfaces, IRawReadFile and IRawWriteFile. These allow file representation adapters which behave like Python standard library 'file' objects. This in turn allows implementation of efficient reading/writing or large files (without loading everything into memory), ZServer streaming support, and the use of file representation adapters in contexts that expect a standard file. The changes are 100% backwards compatible: they merely add two interfaces. I'd very much like a release of this. :) Would anyone mind making a 3.5.1 release, or else give me PyPI rights so that I can do it myself. Cheers, Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book
Hi. On Mon, Oct 5, 2009 at 12:13 PM, Martin Aspeli <optilude+lists@gmail.com> wrote:
I'd very much like a release of this. :)
Would anyone mind making a 3.5.1 release, or else give me PyPI rights so that I can do it myself.
I gave you owner rights for this package. Hanno
Fabio Tranchitella wrote:
Hello,
* 2009-10-05 12:15, Martin Aspeli wrote:
Would anyone mind making a 3.5.1 release, or else give me PyPI rights so that I can do it myself.
Shouldn't this be 3.6.0?
I don't care one way or the other. 3.6.0 is fine by me. Martin -- Author of `Professional Plone Development`, a book for developers who want to work with Plone. See http://martinaspeli.net/plone-book
On Mon, Oct 5, 2009 at 1:18 PM, Martin Aspeli <optilude+lists@gmail.com> wrote:
Fabio Tranchitella wrote:
* 2009-10-05 12:15, Martin Aspeli wrote:
Would anyone mind making a 3.5.1 release, or else give me PyPI rights so that I can do it myself.
Shouldn't this be 3.6.0?
I don't care one way or the other. 3.6.0 is fine by me.
3.6.0 sounds better. It's a new feature and not a bugfix. Hanno
Hanno Schlichting wrote:
On Mon, Oct 5, 2009 at 1:18 PM, Martin Aspeli <optilude+lists@gmail.com> wrote: Fabio Tranchitella wrote:
* 2009-10-05 12:15, Martin Aspeli wrote:
Would anyone mind making a 3.5.1 release, or else give me PyPI rights so that I can do it myself. Shouldn't this be 3.6.0? I don't care one way or the other. 3.6.0 is fine by me.
3.6.0 sounds better. It's a new feature and not a bugfix.
Agreed. Thanks Fabio for bringing that up! Regards, Martijn
participants (4)
-
Fabio Tranchitella -
Hanno Schlichting -
Martijn Faassen -
Martin Aspeli