You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like many breaking changes in ppb before 1.0, we want to give a minimum of 1 release of deprecation warning. To do so, we're going to need to make a BaseSprite stub in ppb.__init__ that warns of deprecation, with instructions on how to use the new BaseSprite (by importing the sprites module) or to use the new ppb.Sprite
Like many breaking changes in
ppb
before 1.0, we want to give a minimum of 1 release of deprecation warning. To do so, we're going to need to make aBaseSprite
stub inppb.__init__
that warns of deprecation, with instructions on how to use the newBaseSprite
(by importing thesprites
module) or to use the newppb.Sprite
Subissue of #347
Depends on #354
The text was updated successfully, but these errors were encountered: