Re: [Rest2web-develop] ConfigObj 4 Beta 1
Brought to you by:
mjfoord
|
From: Nicola L. <ni...@te...> - 2005-08-24 07:00:20
|
> It would be appreciated if you could the zips and standalone files and
> check they are 'unmangled' and the documentation files look ok from the
> zip. I'm not at any kind of development station - so doing this myself
> is a PITA.
There's a number of issues, mainly minor. I list them in descending
priority order.
1. the zip file, *and* the main directory inside it, should be named
"configobj-4.0.0b1";
2. we should have a simple "setup.py" file in there;
3. a friend of mine pointed out two problems:
3a. the two doctests in the ConfigObj class docstring should raise
DuplicateError, but instead raise ConfigObjError;
3b. we may want to try minimizing the usage of the isinstance
built-in, especially to allow passing dict-like objects that
are not subclasses of dict;
4. we may want to omit the private API docs, by using the
"--no-private" switch of the epydoc command;
5. it would be nice to have a tar.gz file on Sourceforge, in addition
to the zip: it's smaller than the zip, and more "native" to Linux;
6. the "BSD-LICENSE.txt" and the generated HTML files have CRLF
line endings, while the sources have LF ones. Also, the
"configobj.txt" has LF ones, except for the HTML fragment at the
end, that has ten CRLF endings.
I'll check issues 2. , 3a. and 3b . Let me know how to address issue 6. .
--
Nicola Larosa - ni...@te...
PHP is such a load of crap, right down to the standard library, that it
creates a culture where it's acceptable to write horrible code. [...]
Maybe with PHP 5 they are trying to clean up the neighborhood, but that
doesn't change the fact when you program in PHP you are programming in
a dump. -- Ian Bicking, July 2005
|