update issues, version numbers

--HG--
branch : trunk
This commit is contained in:
holger krekel 2010-01-03 14:33:10 +01:00
parent 9fcd108091
commit 018254a907
2 changed files with 1 additions and 14 deletions

View File

@ -78,19 +78,6 @@ but a remote one fail because the tests directory
does not contain an "__init__.py". Either give does not contain an "__init__.py". Either give
an error or make it work without the __init__.py an error or make it work without the __init__.py
introduce a "RootCollector"
----------------------------------------------------------------
tags: feature 1.2
Currently the top collector is a Directory node and
there also is the notion of a "topdir". See to refine
internal handling such that there is a RootCollector
which holds this topdir (or do away with topdirs?).
Make sure this leads to an improvement in how
tests are shown in hudson which currently sometimes
shows "workspace" and sometimes not as the leading
name.
deprecate ensuretemp / introduce funcargs to setup method deprecate ensuretemp / introduce funcargs to setup method
-------------------------------------------------------------- --------------------------------------------------------------
tags: experimental-wish 1.2 tags: experimental-wish 1.2

View File

@ -8,7 +8,7 @@ see http://pypi.python.org/pypi/apipkg
import sys import sys
from types import ModuleType from types import ModuleType
__version__ = "1.0b3" __version__ = "1.0b4"
def initpkg(pkgname, exportdefs): def initpkg(pkgname, exportdefs):
""" initialize given package from the export definitions. """ """ initialize given package from the export definitions. """