[Python-Dev] [Patch #101055] Cookie.py

Fred L. Drake, Jr. fdrake@beopen.com
Fri, 18 Aug 2000 21:16:33 -0400 (EDT)


Barry A. Warsaw writes:
 > I don't think that's true, because the file won't have the tag
 > information in it.  That could be a problem in and of itself, but I
 > dunno.

  The confusion isn't from the tags, but the dates; if the ,v was
created 2 years ago, asking for the python tree as of a year ago
(using -D <date>) will include the file, even though it wasn't part of
our repository then.  Asking for a specific tag (using -r <tag>) will
properly not include it unless there's a matching tag there.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at beopen.com>
BeOpen PythonLabs Team Member