8000 Fix datetime.strftime by karolyi · Pull Request #6317 · python/typeshed · GitHub
[go: up one dir, main page]

Skip to content

Fix datetime.strftime #6317

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Dec 1, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into patch-1
  • Loading branch information
karolyi authored Nov 16, 2021
commit 0c52db09da950a79306e31c94f2bf3b66e912076
4 changes: 0 additions & 4 deletions stdlib/datetime.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,6 @@ class datetime(date):
if sys.version_info >= (3, 7):
@classmethod
def fromisoformat(cls: Type[_S], date_string: str) -> _S: ...
def strftime(self, format: str) -> str: ...
def __format__(self, fmt: str) -> str: ...
def toordinal(self) -> int: ...
def timetuple(self) -> struct_time: ...
def timestamp(self) -> float: ...
def utctimetuple(self) -> struct_time: ...
def date(self) -> _date: ...
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.
0