[Zope-dev] current zope2 head warnings with cur-cvs python

2003-07-11 Thread Anthony Baxter
Running the current Zope2 HEAD with current-cvs python, 
starting gives the following 3 warnings.

/home/anthony/src/zope/ZopeHead/lib/python/ZServer/medusa/test/max_sockets.py:53: 
DeprecationWarning: integer argument expected, got float
  for i in range(1 + len(sl) * 0.05):

/home/anthony/src/zope/ZopeHead/lib/python/AccessControl/User.py:438: 
DeprecationWarning: assignment shadows builtin
  SpecialUsers.super=emergency_user
--
2003-07-11T22:40:10 PROBLEM(100) OFS.Application Duplicate Product name
After loading Product 'README.txt' from '/tmp/z27/Products',
I skipped the one in '/home/anthony/src/zope/ZopeHead/Products'.



___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] current zope2 head warnings with cur-cvs python

2003-07-11 Thread Fred L. Drake, Jr.

Anthony Baxter writes:
  Running the current Zope2 HEAD with current-cvs python, 
  starting gives the following 3 warnings.
  
  /home/anthony/src/zope/ZopeHead/lib/python/ZServer/medusa/test/max_sockets.py:53: 
  DeprecationWarning: integer argument expected, got float
for i in range(1 + len(sl) * 0.05):
  
  /home/anthony/src/zope/ZopeHead/lib/python/AccessControl/User.py:438: 
  DeprecationWarning: assignment shadows builtin
SpecialUsers.super=emergency_user

These two are now fixed.

  --
  2003-07-11T22:40:10 PROBLEM(100) OFS.Application Duplicate Product name
  After loading Product 'README.txt' from '/tmp/z27/Products',
  I skipped the one in '/home/anthony/src/zope/ZopeHead/Products'.

Hmm.


  -Fred

-- 
Fred L. Drake, Jr.  fred at zope.com
PythonLabs at Zope Corporation

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )