Dvorapa created this task.
Dvorapa added a project: Pywikibot-core.
Herald added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION

Correct behavior

  1. Open a terminal in pywikibot directory
  2. Run python
  3. import pywikibot
  4. s=pywikibot.Site('cs')
  5. exit()
  6. python
  7. Press upwards arrow
  8. You should get exit() suggested. If you press it once more, s=pywikibot.Site('cs') is suggested

Incorrect behavior

  1. Open a terminal in pywikibot directory
  2. Run python pwb.py shell
  3. s=pywikibot.Site('cs')
  4. exit()
  5. python pwb.py shell
  6. Press upwards arrow
  7. You don't get exit() suggested.

Configuration
Pywikibot last commit from master, Python 3.6.5, Arch Linux + bash + gnome-terminal on Gnome


TASK DETAIL
https://phabricator.wikimedia.org/T196168

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: Dvorapa
Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
_______________________________________________
pywikibot-bugs mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs

Reply via email to