cpython/Modules/_io
Georg Brandl 97b28f8437 Merged revisions 74316,74335 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k

........
  r74316 | alexandre.vassalotti | 2009-08-05 01:19:13 +0200 (Mi, 05 Aug 2009) | 4 lines

  Issue 5449: Fix io.BytesIO to not accept arbitrary keywords

  Patch contributed by Erick Tryzelaar.
........
  r74335 | philip.jenvey | 2009-08-06 22:00:08 +0200 (Do, 06 Aug 2009) | 1 line

  typo
........
2009-08-13 08:35:19 +00:00
..
_iomodule.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
_iomodule.h move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
bufferedio.c Merged revisions 74338 via svnmerge from 2009-08-06 20:52:43 +00:00
bytesio.c Merged revisions 74316,74335 via svnmerge from 2009-08-13 08:35:19 +00:00
fileio.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
iobase.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00
stringio.c just throw a normal AttributeError for no buffer attribute 2009-06-14 18:32:19 +00:00
textio.c move to a naming scheme with all lowercase and underscores 2009-06-12 02:07:12 +00:00