[Python-checkins] python/nondist/peps pep-0283.txt,1.18,1.19

gvanrossum@users.sourceforge.net gvanrossum@users.sourceforge.net
Tue, 20 Aug 2002 13:27:17 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv10777

Modified Files:
	pep-0283.txt 
Log Message:
Add open issues suggested by effbot.


Index: pep-0283.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0283.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** pep-0283.txt	20 Aug 2002 13:56:21 -0000	1.18
--- pep-0283.txt	20 Aug 2002 20:27:14 -0000	1.19
***************
*** 33,36 ****
--- 33,57 ----
  
  
+ Open issues
+ 
+     There are some issues that may need more work and/or thought
+     before the final release (and preferably before the first beta
+     release).  For example:
+ 
+     - Set API issues; is the sets module perfect?
+ 
+     - A nicer API to open text files, replacing the ugly (in some
+       people's eyes) "U" mode flag.  There's a proposal out there to
+       have a new built-in type textfile(filename, mode, encoding).
+       (Shouldn't it have a bufsize argument too?)
+ 
+     - Fredrik Lundh's basetime proposal:
+       http://effbot.org/ideas/time-type.htm
+ 
+     - New widgets for Tkinter???
+ 
+     - Tk 8.4 update.
+ 
+ 
  Completed features for 2.3