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
Once we start stabilizing the API, we should have a way to mark the remaining experimental API elements. Since Python does not have a built-in mechanism for this, I'd propose that we add the prefix experimental_ to their name. This is obvious and guarantees that there is going to be a breaking change involving this API element in the future. We should document this somewhere.
The text was updated successfully, but these errors were encountered:
Once we start stabilizing the API, we should have a way to mark the remaining experimental API elements. Since Python does not have a built-in mechanism for this, I'd propose that we add the prefix
experimental_
to their name. This is obvious and guarantees that there is going to be a breaking change involving this API element in the future. We should document this somewhere.The text was updated successfully, but these errors were encountered: