---------- Forwarded message ----------
From:
Aaron Rogers <aaron.ky...@gmail.com>Date: 14 July 2015 at 05:17
Subject: bpython3 reimport
To:
robertanth...@gmail.comHello sir,
bpython's reimport functions (F6) for python3 fails without
changing or re-running anything on my system while that function
works fine in bpython2. It appears as though repl.original_modules
shares a refference with sys.modules.keys() and so the comparison
in "clear_modules_and_reevaluate" is returning False always.
Included is a patch file, to show what I changed to make it work
and more importantly bring the issue to your attention.
Thank you