Your message dated Mon, 19 May 2014 14:16:07 -0700 (PDT)
with message-id <[email protected]>
and subject line Re: Bug#718350
has caused the Debian Bug report #718350,
regarding python-mode fails to parse empty triple-quoted strings
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.)
--
718350: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718350
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: emacs23-common
Version: 23.4+1-4
Severity: normal
Tags: upstream
Hi,
python-mode fails to parse empty triple-quoted strings properly. Consider the
following brief example:
--begin example--
#!/usr/bin/env python
def bar():
""" """
print "bar"
def foo():
""""""
print "foo"
if __name__=="__main__":
foo()
--end example--
If you have syntax highlighting on, then "bar" is highlighted
correctly, but "foo" is not - 'print "foo"' et eq appears highlighted
as if it were part of a string. The parser is failing to handle """"""
as an empty triple-quoted string.
Regards,
Matthew
-- System Information:
Debian Release: 7.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages emacs23-common depends on:
ii dpkg 1.16.10
ii emacsen-common 2.0.5
ii install-info 4.13a.dfsg.1-10
emacs23-common recommends no packages.
Versions of packages emacs23-common suggests:
pn emacs23-common-non-dfsg <none>
pn emacs23-el <none>
-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 24.3
By experiment, this is fixed in the current Emacs release, 24.3.
--- End Message ---