[Python-Dev] Checkins to Attic?
Neal Norwitz
neal@metaslash.com
Mon, 24 Mar 2003 19:11:31 -0500
On Mon, Mar 24, 2003 at 06:06:22PM -0600, Skip Montanaro wrote:
> I noticed on the python-checkins list that several changes (newcompile.c and
> friends) were checked into what appears to be the Attic, e.g.:
>
[snip Attic/newcompile.c]
>
> Note the RCS file above. Not all files were in the Attic though:
>
[snip Include/compile.h]
>
> I'm probably just missing something obvious, but I thought I'd ask.
newcompile.c only exists on the branch, not on the head, but
compile.h exists in the head.
I believe files that are only on the branch reside in the Attic.
But shhhh, don't tell the neighbors. :-)
Neal