Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r72761:0bbe39e4636f
Date: 2014-08-12 13:39 +0200
http://bitbucket.org/pypy/pypy/changeset/0bbe39e4636f/

Log:    Issue #1834

        Export "dooneevent" from Tkinter._tkinter.

diff --git a/lib_pypy/_tkinter/__init__.py b/lib_pypy/_tkinter/__init__.py
--- a/lib_pypy/_tkinter/__init__.py
+++ b/lib_pypy/_tkinter/__init__.py
@@ -30,6 +30,10 @@
     return TkApp(screenName, baseName, className,
                  interactive, wantobjects, wantTk, sync, use)
 
+def dooneevent(flags=0):
+    return tklib.Tcl_DoOneEvent(flags)
+
+
 def _flatten(item):
     def _flatten1(output, item, depth):
         if depth > 1000:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to