Development

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Requiring Python 2.2 for Subversion 1.3.x

    2 answers - 882 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    I'm extending the Python bindings for Subversion to support a simpler,
    more abstract interface by adapting donated code from the Trac project
    to fit into the Subversion core. In order to support a streamy but
    simple and Pythonic API, the Trac project uses many Python 2.2
    features, including generator functions and properties. These language
    features simplify the Trac code while allowing for easy scalability.
    Is it K to require Python 2.2 for the Subversion 1.3.x Python
    bindings? Python 2.2 was released in 2001, and most people have
    upgraded to it by now.
    Cheers,
    David
    P.S. It's possible to reimplement generator functions using Python 2.1
    iterator classes, but this would require quite a bit of work, and it
    would make the source code of the Python bindings more complex and
    more slow, without much benefit.
  • No.1 | | 410 bytes | |

    Aug 5, 2005, at 3:08 PM, David James wrote:

    Is it K to require Python 2.2 for the Subversion 1.3.x Python
    bindings? Python 2.2 was released in 2001, and most people have
    upgraded to it by now.

    I like this idea very much.

    To unsubscribe, e-mail: dev-unsubscribe (AT) subversion (DOT) tigris.org
    For additional commands, e-mail: dev-help (AT) subversion (DOT) tigris.org
  • No.2 | | 514 bytes | |

    Sat, 06 Aug 2005, Ben Collins-Sussman wrote:

    Aug 5, 2005, at 3:08 PM, David James wrote:
    >
    >Is it K to require Python 2.2 for the Subversion 1.3.x Python
    >bindings? Python 2.2 was released in 2001, and most people have
    >upgraded to it by now.


    I like this idea very much.

    +1

    To unsubscribe, e-mail: dev-unsubscribe (AT) subversion (DOT) tigris.org
    For additional commands, e-mail: dev-help (AT) subversion (DOT) tigris.org

Re: Requiring Python 2.2 for Subversion 1.3.x


max 4000 letters.
Your nickname that display:
In order to stop the spam: 1 + 0 =
QUESTION ON "Development"

EMSDN.COM