]> granicus.if.org Git - python/commit
Implement new format character 't#'. This is like s#, accepting an
authorGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 02:21:21 +0000 (02:21 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Oct 1998 02:21:21 +0000 (02:21 +0000)
commitb317f8aa0d1387f30c72df47bf18cb7517f45f2a
treefaae9851759463e2584eab93c13deecca6af09af
parent1db7070217d80f0889aed44ceb1f11a82265b3f0
Implement new format character 't#'.  This is like s#, accepting an
object that implements the buffer interface, but requires a buffer
that contains 8-bit character data.  Greg Stein.
Python/getargs.c