#5317: DeprecationWarning in pickle_jar is not pre-determined
----------------------+-----------------------------------------------------
 Reporter:  mabshoff  |       Owner:  mabshoff  
     Type:  defect    |      Status:  new       
 Priority:  major     |   Milestone:  sage-3.4.1
Component:  doctest   |    Keywords:            
----------------------+-----------------------------------------------------
 The output of deprecation warnings can vary:
 {{{
 sage -t -long devel/sage/sage/structure/sage_object.pyx
 **********************************************************************
 File "/scratch/mabshoff/sage-3.3.rc3/devel/sage-
 main/sage/structure/sage_object.pyx", line 682:
     sage: sage.structure.sage_object.unpickle_all(std)
 Expected:
     doctest:...: DeprecationWarning: Your data is stored in an old format.
 Please use the save() function to store your data in a more recent format.
     doctest:...: DeprecationWarning: RQDF is deprecated; use
 RealField(212) instead.
     Successfully unpickled ... objects.
     Failed to unpickle 0 objects.
 Got:
     doctest:1172: DeprecationWarning: RQDF is deprecated; use
 RealField(212) instead.
     doctest:1172: DeprecationWarning: Your data is stored in an old
 format. Please use the save() function to store your data in a more recent
 format.
     Successfully unpickled 448 objects.
     Failed to unpickle 0 objects.
 **********************************************************************
 }}}
 I have hit this once for literally thousands of doctest runs so far, so I
 don't think this will be a big problem.

 Cheers,

 Michael

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/5317>
Sage <http://sagemath.org/>
Sage - Open Source Mathematical Software: Building the Car Instead of 
Reinventing the Wheel

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to