Skip to content

Conversation

@srittau
Copy link
Collaborator

@srittau srittau commented May 16, 2021

No description provided.

import sys
from typing import AnyStr, List, Optional, Text, Type, Union

_EitherStr = Union[bytes, Text]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this alias really never used?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I suspect it was used at some point, but not anymore.

Copy link
Collaborator

@Akuli Akuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's wait until CI works again

@JelleZijlstra JelleZijlstra merged commit 6a9c89e into python:master May 16, 2021
@srittau
Copy link
Collaborator Author

srittau commented May 16, 2021

@JelleZijlstra Thank you for merging. Unfortunately, GitHub Actions has been down since around 7AM UTC, so we should probably wait with further merges, since CI isn't running.

@srittau srittau deleted the py3-text branch May 16, 2021 14:14
@JelleZijlstra
Copy link
Member

Oops, sorry for missing that. I just saw green checkmarks and didn't look further.

@srittau
Copy link
Collaborator Author

srittau commented May 16, 2021

Yeah, it's a bit of a misdesign that "CI is not running" is a "no op", instead of causing errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants