Bug 1667 - Fix pyobfuscate bug 1545: Unable to have comments in multi-line lists
Summary: Fix pyobfuscate bug 1545: Unable to have comments in multi-line lists
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Build system (show other bugs)
Version: 1.4.1
Hardware: PC Linux
: P2 Normal
Target Milestone: 4.0.0
Assignee: Peter Åstrand
URL:
Keywords: ossman_tester
Depends on:
Blocks:
 
Reported: 2005-11-10 16:44 CET by Peter Åstrand
Modified: 2012-11-28 11:26 CET (History)
0 users

See Also:
Acceptance Criteria:


Attachments

Description Peter Åstrand cendio 2005-11-10 16:44:19 CET
http://bugzilla.lysator.liu.se/show_bug.cgi?id=1585 has the details; it's
impossible to use a construction like:

foo = [1, # My number one
       2,
       3]

I think this should be fairly easy to fix.
Comment 1 Pierre Ossman cendio 2012-06-07 14:53:52 CEST
This has been largely fixed. It messes up the indentation, but produces fully functional code.
Comment 2 Pierre Ossman cendio 2012-10-03 10:43:02 CEST
Confirmed working.

Note You need to log in before you can comment on or make changes to this bug.