Open poodlewars opened 1 year ago
It is inconsistent with the rest of our API, which has eliminated the phrase "Arctic Native".
We can update it in a backwards compatible way by introducing:
class ArcticDbNotYetImplemented: pass @deprecated ArcticNativeNotYetImplemented = ArcticDbNotYetImplemented
Minor: why not define ArcticDbNotYetImplemented in C++ instead?
ArcticDbNotYetImplemented
It is inconsistent with the rest of our API, which has eliminated the phrase "Arctic Native".
We can update it in a backwards compatible way by introducing: