pythonizer
pythonizer copied to clipboard
Hash references should generate a get operation to mimic perl
Hash references should generate a get()
operation to mimic perl. Currently they give a 'key error' if they key isn't found. Perl returns undef.
Fixed in https://github.com/snoopyjc/pythonizer