[Python-checkins] python/dist/src/Misc NEWS,1.539,1.540

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 23 Nov 2002 10:48:08 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv887/python/Misc

Modified Files:
	NEWS 
Log Message:
Try linking the static Sleepycat lib into _bsddb.pyd.  Hard to say
whether this is a correct thing to do:

+ There are linker warnings (see PCbuild\readme.txt).
+ test_bsddb passes, in both release and debug builds now.
+ test_bsddb3 has several failures, but it did before too.

Also made pythoncore a dependency of the _bsddb project, updated
build instructions, added database conversion XXX to NEWS, and fiddled
the Windows installer accordingly.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.539
retrieving revision 1.540
diff -C2 -d -r1.539 -r1.540
*** NEWS	23 Nov 2002 18:01:31 -0000	1.539
--- NEWS	23 Nov 2002 18:48:06 -0000	1.540
***************
*** 823,827 ****
    bugs.
    XXX What are the licensing issues here?
!   XXX The debug Python still blows up (see PCbuild/readme.txt).
    XXX The version # is likely to change before 2.3a1.
  
--- 823,829 ----
    bugs.
    XXX What are the licensing issues here?
!   XXX If a user has a database created with a previous verion of
!   XXX     Python, what must they do to convert it?
!   XXX I'm still not sure how to link this thing (see PCbuild/readme.txt).
    XXX The version # is likely to change before 2.3a1.