Skip to content

Commit b04b5c3

Browse files
committed
Regenerate clinic code for updated docstrings
1 parent ea78e0f commit b04b5c3

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

Modules/_datetimemodule.c

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3476,7 +3476,7 @@ For a list of supported format codes, see the documentation:
34763476
static PyObject *
34773477
datetime_date_strptime_impl(PyTypeObject *type, PyObject *string,
34783478
PyObject *format)
3479-
/*[clinic end generated code: output=454d473bee2d5161 input=001904ab34f594a1]*/
3479+
/*[clinic end generated code: output=454d473bee2d5161 input=31d57bb789433e99]*/
34803480
{
34813481
PyObject *result;
34823482

@@ -3618,7 +3618,7 @@ For a list of supported format codes, see the documentation:
36183618

36193619
static PyObject *
36203620
datetime_date_strftime_impl(PyObject *self, PyObject *format)
3621-
/*[clinic end generated code: output=6529b70095e16778 input=72af55077e606ed8]*/
3621+
/*[clinic end generated code: output=6529b70095e16778 input=b6fd4a2ded27b557]*/
36223622
{
36233623
/* This method can be inherited, and needs to call the
36243624
* timetuple() method appropriate to self's class.
@@ -4725,7 +4725,7 @@ For a list of supported format codes, see the documentation:
47254725
static PyObject *
47264726
datetime_time_strptime_impl(PyTypeObject *type, PyObject *string,
47274727
PyObject *format)
4728-
/*[clinic end generated code: output=ae05a9bc0241d3bf input=6d0f263a5f94d78d]*/
4728+
/*[clinic end generated code: output=ae05a9bc0241d3bf input=82ba425ecacc54aa]*/
47294729
{
47304730
PyObject *result;
47314731

@@ -4906,7 +4906,7 @@ For a list of supported format codes, see the documentation:
49064906

49074907
static PyObject *
49084908
datetime_time_strftime_impl(PyDateTime_Time *self, PyObject *format)
4909-
/*[clinic end generated code: output=10f65af20e2a78c7 input=541934a2860f7db5]*/
4909+
/*[clinic end generated code: output=10f65af20e2a78c7 input=9d15aeed1527935a]*/
49104910
{
49114911
PyObject *result;
49124912
PyObject *tuple;
@@ -5798,14 +5798,15 @@ datetime.datetime.strptime
57985798
/
57995799
58005800
Parse string according to the given date and time format (like time.strptime()).
5801+
58015802
For a list of supported format codes, see the documentation:
58025803
https://docs.python.org/3/library/datetime.html#format-codes
58035804
[clinic start generated code]*/
58045805

58055806
static PyObject *
58065807
datetime_datetime_strptime_impl(PyTypeObject *type, PyObject *string,
58075808
PyObject *format)
5808-
/*[clinic end generated code: output=af2c2d024f3203f5 input=d7597c7f5327117b]*/
5809+
/*[clinic end generated code: output=af2c2d024f3203f5 input=ef7807589f1d50e7]*/
58095810
{
58105811
PyObject *result;
58115812

0 commit comments

Comments
 (0)