A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2000-October/014059.html below:

[Python-checkins] CVS: python/dist/src/Modules _tkinter.c,1.111,1.112

[Python-checkins] CVS: python/dist/src/Modules _tkinter.c,1.111,1.112Tim Peters python-dev@python.org
Thu, 5 Oct 2000 12:24:28 -0700
Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv27047/python/dist/src/Modules

Modified Files:
	_tkinter.c 
Log Message:
SF "bug" 115973:  patches from Norman Vine so that shared libraries and
Tkinter work under Cygwin.  Accepted on faith & reasonableness.


Index: _tkinter.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/_tkinter.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -C2 -r1.111 -r1.112
*** _tkinter.c	2000/09/01 23:29:26	1.111
--- _tkinter.c	2000/10/05 19:24:25	1.112
***************
*** 58,62 ****
  #endif
  
! #if !defined(MS_WINDOWS)
  #define HAVE_CREATEFILEHANDLER
  #endif
--- 58,62 ----
  #endif
  
! #if !(defined(MS_WINDOWS) || defined(__CYGWIN__))
  #define HAVE_CREATEFILEHANDLER
  #endif




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4