Menu

#1544 Incorrect merge of "import as"

open
Editor (491)
5
2012-12-04
2012-12-04
Anonymous
No

When using

from numpy import *
from numpy import transpose as tr

the key combination Ctrl-Shift-O ignores the "as tr" and incorrectly merges both lines to

from numpy import *

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.