build-apidocs doesn't work with pydoctor 0.2-4ubuntu1

[email protected] Mon, 01 Mar 2010 20:35:53 -0000
Newsgroups gmane.comp.python.twisted.bugs
Message-ID <[email protected]>
New submission from jml <[email protected]>:

{{{
$ ./bin/admin/build-apidocs . /tmp/twisted-release/
/home/jml/src/Twisted/branches/release-x-4290/twisted/python/_release.py:25: DeprecationWarning: The popen2 module is deprecated.  Use the subprocess module.
  from popen2 import Popen4
/usr/lib/pymodules/python2.6/pydoctor/model.py:6: DeprecationWarning: the sets module is deprecated
  import sets
Usage: build-apidocs [options]

build-apidocs: error: no such option: --project-base-dir
}}}

----------
Type     : defect
Component: release management
Keywords : 
Priority : normal
Nosy     : 
----------
http://twistedmatrix.com/trac/ticket/4333