• Kirill Smelkov's avatar
    *: Don't emit warnings on loadBefore · a640cb90
    Kirill Smelkov authored
    @d-maurer suggests to keep loadBefore without deprecation
    (https://github.com/zopefoundation/ZODB/pull/323#pullrequestreview-650963363).
    
    -> Don't emit warnings about deprecating loadBefore.
    
    -> Keep the deprecation text in loadBefore interface, since loadBeforeEx
       should practically provide wider functionality without putting
       unnecessary constraint on storage implementations. In other words
       loadBefore deprecation is still there, but less aggressively
       advertised with the idea to make transition for outside-of-ZODB code
       to loadBeforeEx more smooth and with a bit more steps (we might want
       to reinstate the deprecation warnings at a later time).
    a640cb90
MappingStorage.py 12 KB