Letractively / rdflib

Automatically exported from code.google.com/p/rdflib
Other
0 stars 0 forks source link

using rdflib 2.4.2 i get warnings about __repr__ w.r.t. python3k #94

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
17:18 logger: See http://chatlogs.planetrdf.com/swig/2009-11-26#T16-18-12

eg.
/Library/Python/2.5/site-packages/rdflib-2.4.2-py2.5-macosx-10.5-i386.egg/rdflib
/sparql/bison/SPARQLEvaluate.py:273:
DeprecationWarning: There is the possibility of __repr__ being deprecated
in python3K
  for expr in reducedFilter]))

Can you suppress these or use a more futureproof python idiom? thanks!

Original issue reported on code.google.com by danbrick...@gmail.com on 26 Nov 2009 at 4:21

GoogleCodeExporter commented 8 years ago
from #code4lib 

21:09 edsu: danbri: that warning won't get emitted anymore btw
21:09 edsu: danbri: the one you filed the ticket for
21:09 danbri: time for me to upgrade then!
21:10 edsu: danbri: because rdflib trunk doesn't use bison anymore for parsing 
sparql
; but there are other annoying ones about the sets api, and whatnot

Original comment by danbrick...@gmail.com on 28 Dec 2009 at 8:10

GoogleCodeExporter commented 8 years ago
This is one of 'em:

/home/ed/Projects/rdflib/rdflib/sparql/Query.py:1: DeprecationWarning: the sets 
module 
is deprecated

Original comment by ed.summers on 28 Dec 2009 at 8:51

GoogleCodeExporter commented 8 years ago

Original comment by eik...@gmail.com on 1 Feb 2010 at 7:26

GoogleCodeExporter commented 8 years ago

Original comment by eik...@gmail.com on 1 Feb 2010 at 8:02

GoogleCodeExporter commented 8 years ago
These issues involve bits that have been moved out of rdflib proper for now. We 
will re-open them 
or move them to rdfextas as appropriate.

Original comment by eik...@gmail.com on 11 Feb 2010 at 6:06