Your message dated Thu, 02 Sep 2010 17:56:41 +0200
with message-id <[email protected]>
and subject line Re: python2.7-doc: indentation error in documentation example
has caused the Debian Bug report #590259,
regarding python2.7-doc: indentation error in documentation example
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
590259: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=590259
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-argparse
Version: 1.0.1-1
Severity: minor

$ grep 'class FooAction' -A4 doc/source/add_argument.rst | cut -c 3-
class FooAction(argparse.Action):
...     def __call__(self, parser, namespace, values, option_string=None):
...     print '%r %r %r' % (namespace, values, option_string)
...     setattr(namespace, self.dest, values)
...
This example is obviously incorrect:

$ python
class FooAction(argparse.Action):
...     def __call__(self, parser, namespace, values, option_string=None):
...     print '%r %r %r' % (namespace, values, option_string)
  File "<stdin>", line 3
    print '%r %r %r' % (namespace, values, option_string)
        ^
IndentationError: expected an indented block


--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Version: 2.7-3

fixed upstream.


--- End Message ---

Reply via email to