[Python-checkins] CVS: python/dist/src/Tools/scripts gencodec.py,1.1,1.2

Fred L. Drake fdrake@weyr.cnri.reston.va.us
Fri, 17 Mar 2000 10:43:40 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Tools/scripts
In directory weyr:/home/fdrake/projects/python/Tools/scripts

Modified Files:
	gencodec.py 
Log Message:

"write marshalled" --> "writes marshalled" (in docstring); noted by
Detlef Lannert <lannert@lannert.rz.uni-duesseldorf.de>.


Index: gencodec.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/scripts/gencodec.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** gencodec.py	2000/03/10 22:36:57	1.1
--- gencodec.py	2000/03/17 15:43:37	1.2
***************
*** 13,17 ****
  lowercase with hyphens replaced by underscores.
  
! The tool also write marhsalled versions of the mapping tables to the
  same location (with .mapping extension).
  
--- 13,17 ----
  lowercase with hyphens replaced by underscores.
  
! The tool also writes marhsalled versions of the mapping tables to the
  same location (with .mapping extension).
  



Return-Path: <effbot@telia.com>
Delivered-To: python-checkins@python.org
Received: from mailf.telia.com (mailf.telia.com [194.22.194.25])
	by dinsdale.python.org (Postfix) with ESMTP id 3E0EF1CDED
	for <python-checkins@python.org>; Fri, 17 Mar 2000 11:04:29 -0500 (EST)
Received: from d1o974.telia.com (d1o974.telia.com [212.181.169.241])
	by mailf.telia.com (8.9.3/8.9.3) with ESMTP id RAA03720;
	Fri, 17 Mar 2000 17:06:06 +0100 (CET)
Received: from hagrid (h52n2fls20o974.telia.com [212.181.170.52])
	by d1o974.telia.com (8.8.8/8.8.8) with SMTP id RAA06521;
	Fri, 17 Mar 2000 17:06:02 +0100 (CET)
Message-ID: <011001bf902c$1fd867a0$34aab5d4@hagrid>
Reply-To: "Fredrik Lundh" <effbot@telia.com>
From: "Fredrik Lundh" <effbot@telia.com>
To: <python-checkins@python.org>, <fdrake@cnri.reston.va.us>
References: <200003171543.KAA17417@weyr.cnri.reston.va.us>
Subject: Re: [Python-checkins] CVS: python/dist/src/Tools/scripts gencodec.py,1.1,1.2
Date: Fri, 17 Mar 2000 17:15:57 +0100
MIME-Version: 1.0
Content-Type: text/plain;
	charset="ibm850"
Content-Transfer-Encoding: quoted-printable
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.00.2314.1300
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300
Sender: python-checkins-admin@python.org
Errors-To: python-checkins-admin@python.org
X-BeenThere: python-checkins@python.org
X-Mailman-Version: 1.2 (beta 1)
Precedence: bulk
List-Id: Check-in messages from the Python maintainers <python-checkins.python.org>

> Index: gencodec.py
> =
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> RCS file: =
/projects/cvsroot/python/dist/src/Tools/scripts/gencodec.py,v
> retrieving revision 1.1
> retrieving revision 1.2
> diff -C2 -r1.1 -r1.2
> *** gencodec.py 2000/03/10 22:36:57 1.1
> --- gencodec.py 2000/03/17 15:43:37 1.2
> ***************
> *** 13,17 ****
>   lowercase with hyphens replaced by underscores.
>  =20
> ! The tool also write marhsalled versions of the mapping tables to the
>   same location (with .mapping extension).
>  =20
> --- 13,17 ----
>   lowercase with hyphens replaced by underscores.
>  =20
> ! The tool also writes marhsalled versions of the mapping tables to =
the
>   same location (with .mapping extension).

marhsalled?

</F>