| Dvorapa created this task. Dvorapa added a project: Pywikibot-core. Herald added subscribers: pywikibot-bugs-list, Aklapper. |
TASK DESCRIPTION
Correct behavior
- Open a terminal in pywikibot directory
- Run python
- import pywikibot
- s=pywikibot.Site('cs')
- exit()
- python
- Press upwards arrow
- You should get exit() suggested. If you press it once more, s=pywikibot.Site('cs') is suggested
Incorrect behavior
- Open a terminal in pywikibot directory
- Run python pwb.py shell
- s=pywikibot.Site('cs')
- exit()
- python pwb.py shell
- Press upwards arrow
- 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
EMAIL PREFERENCES
To: Dvorapa
Cc: Aklapper, pywikibot-bugs-list, Dvorapa, Magul, Tbscho, MayS, Salgo60, Mdupont, JJMC89, Avicennasis, jayvdb, Dalba, Masti, Alchimista, Rxy
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
