this is done by intent. see http://bugs.python.org/issue5845

to remove this behaviour, use this in sitecustomize or usercustomize:

    try:
        del sys.__interactivehook__
    except AttributeError:
        pass


** Bug watch added: Debian Bug tracker #750458
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750458

** Also affects: python3.4 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750458
   Importance: Unknown
       Status: Unknown

** Bug watch added: Python Roundup #5845
   http://bugs.python.org/issue5845

** Changed in: python3.4 (Ubuntu)
       Status: Confirmed => Won't Fix

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1315733

Title:
  Python interactive interpreter does not indent with tabs, tries to
  tab-complete

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.4/+bug/1315733/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to