Skip to content

Python: all: Rename Bare* classes to Raw* and clarify low-level usage #3607

@eavanvalkenburg

Description

@eavanvalkenburg

Rename Bare* classes:

  • Use Raw* when appropriate for low-level classes that should almost never be used directly
  • Still use Base* for things that are actual base classes (meaning they are ABC or have abstract methods)

Make very clear that Raw* classes are very low-level classes that should almost never be used directly.

Parent issue: #3575

Metadata

Metadata

Labels

pythonv1.0Features being tracked for the version 1.0 GA

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions