Comment 3 for bug 1066994

Revision history for this message
Barry Warsaw (barry) wrote : Re: [Bug 1066994] Re: Current bzr head always pops up the *Python3* buffer when you find-file a .py file

On Nov 17, 2012, at 08:45 AM, Andreas Roehler wrote:

>Hmm, don't get it. May you send some example code, which triggers the
>bug?

It's fairly simple.

-----/tmp/foo.py
#!/usr/bin/python3
-----/tmp/foo.py

The first time you visit the file and type this in, you will not get the extra
buffer. Then type C-M-r (or M-x revert-buffer). The buffer is reloaded and
the *ubp Python3* buffer pops up too.