Xqt created this task.
Xqt added a project: Pywikibot.
Restricted Application added subscribers: pywikibot-bugs-list, Aklapper.

TASK DESCRIPTION
  The following threading methods are deprecated in python 3.10:
  
    threading.currentThread => threading.current_thread()
    threading.activeCount => threading.active_count()
    threading.Condition.notifyAll => threading.Condition.notify_all()
    threading.Event.isSet => threading.Event.is_set()
    threading.Thread.setName => threading.Thread.name
    threading.thread.getName => threading.Thread.name
    threading.Thread.isDaemon => threading.Thread.daemon
    threading.Thread.setDaemon => threading.Thread.daemon

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

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

To: Xqt
Cc: Aklapper, pywikibot-bugs-list, Xqt, Jyoo1011, JohnsonLee01, SHEKH, 
Dijkstra, Khutuck, Zkhalido, Viztor, Wenyi, Tbscho, MayS, Mdupont, JJMC89, 
Dvorapa, Altostratus, Avicennasis, mys_721tx, jayvdb, Masti, Alchimista
_______________________________________________
pywikibot-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to