snoopyjc / pythonizer

Automatic translator from Perl to Python
https://snoopyjc.org/pythonizer/
Artistic License 2.0
12 stars 1 forks source link

Diamond operator with python keyword as file handle generates bad code #345

Closed snoopyjc closed 1 year ago

snoopyjc commented 1 year ago

Diamond operator with python keyword as file handle generates bad code. For example (from Date::Manip::TZ_Base):

my @in = <$in>;
snoopyjc commented 1 year ago

Fixed in v1.030