]> granicus.if.org Git - python/commit
Extend handling for \let a bit, to also allow \let\something=<character>. We
authorFred Drake <fdrake@acm.org>
Fri, 15 May 1998 13:45:54 +0000 (13:45 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 15 May 1998 13:45:54 +0000 (13:45 +0000)
commit7a4ad0fc834f304cb53934a565a5ee81a10b0612
treeeddd6a2364735e3f1a0142901ee2e21dd1258a1f
parent8d1b3384c32e37a06cfb90f0b43391239bfdd59a
Extend handling for \let a bit, to also allow \let\something=<character>.  We
still don't support things like \let^^M=\something, where ^^M could actually be
any active character.  Print a decent warning if we find one we can't handle.
Doc/perl/python.perl