Your message dated Mon, 14 Mar 2016 12:50:26 -0400
with message-id <[email protected]>
and subject line 
has caused the Debian Bug report #742945,
regarding pep8: E126 incorrectly reported for indentation that complies with 
PEP 8
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.)


-- 
742945: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742945
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pep8
Version: 1.4.6-1.1
Severity: normal

The ‘pep8(1)’ tool recently started reporting error E126 for code which
conforms with PEP 8::

    $ pep8 -
    frobnicate_spam(
            "foo", "bar", "baz")
    stdin:2:9: E126 continuation line over-indented for hanging indent

PEP 8 explicitly says:

    When using a hanging indent the following considerations should be
    applied; there should be no arguments on the first line and further
    indentation should be used to clearly distinguish itself as a
    continuation line.

    <URL:http://legacy.python.org/dev/peps/pep-0008/#indentation>

The ‘pep8(1)’ tool should allow 4 or 8-column indentation for any
continuation lines, as shown in the PEP 8 examples.

Upstream issue <URL:https://github.com/jcrocholl/pep8/issues/228> discusses
similar problems, but I believe version 1.5 introduced this behaviour in
response to that issue. Either that issue is not resolved correctly, or a
new issue needs to be reported for this bug.

-- 
 \     “Are you pondering what I'm pondering?” “I think so, Brain, but |
  `\       wouldn't his movies be more suitable for children if he was |
_o__)              named Jean-Claude van Darn?” —_Pinky and The Brain_ |
Ben Finney <[email protected]>

Attachment: signature.asc
Description: Digital signature


--- End Message ---
--- Begin Message ---
This appears to be fixed in 1.7.0

Attachment: pgpxt1ds0Uk41.pgp
Description: OpenPGP digital signature


--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to