Hello! I am currently reading the new Nevow documentation in order to learn it. It's nice, thank you! Who is the author? I have found a typo there. Go to the nevow-traversal.txt, class Documentation example and look at the following line: fullpath = os.path.join(self, name) It must be: fullpath = os.path.join(self.directory, name) And I also want to mention the fact that there are lots of places in the docs where the author misses import statements. It must be pretty obvious where this places a, so I wouldn't list this places here... P.S. Is posting to this mailing list the right way to report the bugs? Is it required to prepare a diff? -- Best regards, Alexey.
On Mon, 2005-02-21 at 04:23 +0300, Alexey Shamrin wrote:
Hello!
I am currently reading the new Nevow documentation in order to learn it. It's nice, thank you! Who is the author?
I have found a typo there. Go to the nevow-traversal.txt, class Documentation example and look at the following line:
fullpath = os.path.join(self, name)
It must be:
fullpath = os.path.join(self.directory, name)
Thanks, fixed in svn trunk.
And I also want to mention the fact that there are lots of places in the docs where the author misses import statements. It must be pretty obvious where this places a, so I wouldn't list this places here...
P.S. Is posting to this mailing list the right way to report the bugs? Is it required to prepare a diff?
There is also the roundup tracker. A diff would be great if you can produce one. Cheers, Matt -- __ / \__ Matt Goodall, Pollenation Internet Ltd \__/ \ w: http://www.pollenation.net __/ \__/ e: matt@pollenation.net / \__/ \ t: +44 (0)113 2252500 \__/ \__/ / \ Any views expressed are my own and do not necessarily \__/ reflect the views of my employer.
Hello! Thank you for your answer. While reading further, I have found two other problems in the documentation and described them in roundup as issues 158 and 159: http://divmod.org/users/roundup.twistd/nevow/issue158 http://divmod.org/users/roundup.twistd/nevow/issue159 There is also an attached patch for an issue 158. P.S. Is it okay to mention about the roundup issues here? Should I had to wait patiently while someone in charge will find the issues I've created? On Mon, 21 Feb 2005 12:09:25 +0000, Matt Goodall <matt@pollenation.net> wrote:
On Mon, 2005-02-21 at 04:23 +0300, Alexey Shamrin wrote:
Hello!
I am currently reading the new Nevow documentation in order to learn it. It's nice, thank you! Who is the author?
I have found a typo there. Go to the nevow-traversal.txt, class Documentation example and look at the following line:
fullpath = os.path.join(self, name)
It must be:
fullpath = os.path.join(self.directory, name)
Thanks, fixed in svn trunk.
And I also want to mention the fact that there are lots of places in the docs where the author misses import statements. It must be pretty obvious where this places a, so I wouldn't list this places here...
P.S. Is posting to this mailing list the right way to report the bugs? Is it required to prepare a diff?
There is also the roundup tracker. A diff would be great if you can produce one.
Cheers, Matt
-- Best regards, Alexey.
participants (2)
-
Alexey Shamrin
-
Matt Goodall