| CommunityTechBot updated the task description. (Show Details) |
CHANGES TO TASK DESCRIPTION
26570726f6475636520796f757220627567207573696e67206120726563656e742076657273696f6e206f662074686520736f6674776172652c20746f2068652077696b6920636f6e74656e74206c616e67756167652e0a0a5468616e6b20796f752e0a546167730a436865636b557365720ad70a436f6e6e65637465642d4f70656e2d48657269746167652d42617463682d75706c6f61647320285241c42d4b4d425f315f323031372d3032290ad70a54616d696c2d53697465730ad70a47616d6570726573730ad70a48617368746167730ad70a4a4144450ad70a4b6172746f456469746f720ad70a4c616e67756167652d323031382d4170722d4a756e650ad70a4e65772d456469746f722d457870657269656e6365730ad70a4d61696c0ad70a5443422d5465616d0ad70a53756273637269626572730a4465736372697074696f6e20507265766965770a436f6e74656e77a6f6e652073657474696e6720696e20796f75722070726f66696c652c20636c69636b20746f207265636f6e63696c652eWith Python 3 the BaseBot script terminates sucessfully with `QuitKeyboardInterrupt `raised by the `[q]uit` option:
```
C:\pwb\GIT\core>py -3 pwb.py basic -simulate -page:user:xqt/Test
Retrieving 1 pages from wikipedia:de.
>>> Benutzer:Xqt/Test <<<
@@ -34 +34 @@
- {{foo|template:bar}}
+ {{foo|template:bar}}Test
Edit summary: Bot: Ändere…
Do you want to accept these changes? ([y]es, [N]o, [a]ll, [q]uit): q
User quit BasicBot bot run...
0 pages read
0 pages written
Execution time: 5 seconds
Script terminated successfully.
```
But with Python 2 the scripts terminates with a `QuitKeyboardInterrupt` exception
```
C:\pwb\GIT\core>py -2 pwb.py basic -simulate -page:user:xqt/Test
Retrieving 1 pages from wikipedia:de.
>>> Benutzer:Xqt/Test <<<
@@ -34 +34 @@
- {{foo|template:bar}}
+ {{foo|template:bar}}Test
Edit summary: Bot: Ändere…
Do you want to accept these changes? ([y]es, [N]o, [a]ll, [q]uit): q
User quit BasicBot bot run...
0 pages read
0 pages written
Execution time: 3 seconds
Script terminated by exception:
ERROR: QuitKeyboardInterrupt:
C:\pwb\GIT\core>
```
```
C:\pwb\GIT\core>py -3 pwb.py basic -simulate -page:user:xqt/Test
Retrieving 1 pages from wikipedia:de.
>>> Benutzer:Xqt/Test <<<
@@ -34 +34 @@
- {{foo|template:bar}}
+ {{foo|template:bar}}Test
Edit summary: Bot: Ändere…
Do you want to accept these changes? ([y]es, [N]o, [a]ll, [q]uit): q
User quit BasicBot bot run...
0 pages read
0 pages written
Execution time: 5 seconds
Script terminated successfully.
```
But with Python 2 the scripts terminates with a `QuitKeyboardInterrupt` exception
```
C:\pwb\GIT\core>py -2 pwb.py basic -simulate -page:user:xqt/Test
Retrieving 1 pages from wikipedia:de.
>>> Benutzer:Xqt/Test <<<
@@ -34 +34 @@
- {{foo|template:bar}}
+ {{foo|template:bar}}Test
Edit summary: Bot: Ändere…
Do you want to accept these changes? ([y]es, [N]o, [a]ll, [q]uit): q
User quit BasicBot bot run...
0 pages read
0 pages written
Execution time: 3 seconds
Script terminated by exception:
ERROR: QuitKeyboardInterrupt:
C:\pwb\GIT\core>
```
TASK DETAIL
EMAIL PREFERENCES
To: CommunityTechBot
Cc: Framawiki, Xqt, pywikibot-bugs-list, AndyTan, Gaboe420, Zylc, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 1978Gage2001, Baloch007, Darkminds3113, Bsandipan, Lordiis, herron, Adik2382, Chicocvenancio, alanajjar, Th3d3v1ls, Ramalepe, Liugev6, Magul, Tbscho, MayS, Lea_WMDE, Mattias_Ostmar-WMSE, Lewizho99, Mdupont, JJMC89, Maathavan, Jseddon, Ryuch, Mkdw, RuyP, Avicennasis, JEumerus, Trizek-WMF, KasiaWMDE, 0x010C, srodlund, Luke081515, grin, Bsadowski1, mys_721tx, Snowolf, Huji, Gryllida, jayvdb, Dalba, Tobi_WMDE_SW, Masti, revi, scfc, Alchimista, He7d3r, Romaine, Mbch331, Rxy, Jay8g, Glaisher, Krenair, chasemp
Cc: Framawiki, Xqt, pywikibot-bugs-list, AndyTan, Gaboe420, Zylc, Versusxo, Majesticalreaper22, Giuliamocci, Adrian1985, Cpaulf30, 1978Gage2001, Baloch007, Darkminds3113, Bsandipan, Lordiis, herron, Adik2382, Chicocvenancio, alanajjar, Th3d3v1ls, Ramalepe, Liugev6, Magul, Tbscho, MayS, Lea_WMDE, Mattias_Ostmar-WMSE, Lewizho99, Mdupont, JJMC89, Maathavan, Jseddon, Ryuch, Mkdw, RuyP, Avicennasis, JEumerus, Trizek-WMF, KasiaWMDE, 0x010C, srodlund, Luke081515, grin, Bsadowski1, mys_721tx, Snowolf, Huji, Gryllida, jayvdb, Dalba, Tobi_WMDE_SW, Masti, revi, scfc, Alchimista, He7d3r, Romaine, Mbch331, Rxy, Jay8g, Glaisher, Krenair, chasemp
_______________________________________________ pywikibot-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/pywikibot-bugs
