Newsgroups: comp.lang.python.announce
From: "Martin v. Löwis" <mar...@v.loewis.de>
Date: Wed, 07 Feb 2007 10:51:51 +0100
Local: Wed 7 Feb 2007 09:51
Subject: Partial 1.0 - Partial classes for Python
I'm happy to announce partial 1.0; a module to implement
partial classes in Python. It is available from http://cheeseshop.python.org/pypi/partial/1.0 A partial class is a fragment of a class definition; To extend a class original_module.FullClass with from partial import * class ExtendedClass(partial, original_module.FullClass): This module is licensed under the Academic Free License v3.0. Please send comments and feedback to mar...@v.loewis.de You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
| ||||||||||||||
| Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy |
| ©2009 Google |