[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#31363: 26.1; Fix gud-statement for pdb
From: |
Xu Chunyang |
Subject: |
bug#31363: 26.1; Fix gud-statement for pdb |
Date: |
Sun, 06 May 2018 19:57:21 +0800 |
User-agent: |
Notmuch/0.26.2+26~g9e158fb (https://notmuchmail.org) Emacs/27.0.50 (x86_64-apple-darwin17.5.0) |
Eli Zaretskii <eliz@gnu.org> writes:
>> From: Xu Chunyang <mail@xuchunyang.me>
>> Date: Fri, 04 May 2018 19:47:15 +0800
>>
>> I'm using Python 3.6.5. When I have selected a simple expression (such
>> as 42) then run M-x gud-statement, it fails by saying
>>
>> *** IndentationError: unexpected indent
>>
>> The following changes fix the issue from here.
>
> Thanks. Is the problem and the solution the same for Python 2.x?
Yes, I've checked both of them against Python 2.7.14.