This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Pouria_ff
Recipients Pouria_ff, terry.reedy, xtreak
Date 2019-10-12.05:06:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAC5VVj_Dw3dyjKvUC24x1_z6Mroenhp3zw7k-p23tPXgxorWCA@mail.gmail.com>
In-reply-to <1570855591.22.0.786733575382.issue38451@roundup.psfhosted.org>
Content
For example
Def a(time=datetime.datetime.today()):
     Print(time)
Output:
    The output of each run is equal to the       first time output
     For exaple :
      If you run
      a()
      Sleep(10)
      a()
      Sleep(10)
       a()
      You see one output three time

در تاریخ شنبه ۱۲ اکتبر ۲۰۱۹،‏ ۸:۱۶ Terry J. Reedy <report@bugs.python.org>
نوشت:

>
> Terry J. Reedy <tjreedy@udel.edu> added the comment:
>
> Without more information, we cannot do anything with this.
>
> ----------
> nosy: +terry.reedy
> status: open -> pending
> versions:  -Python 2.7, Python 3.5, Python 3.6, Python 3.7, Python 3.8
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <https://bugs.python.org/issue38451>
> _______________________________________
>
History
Date User Action Args
2019-10-12 05:06:50Pouria_ffsetrecipients: + Pouria_ff, terry.reedy, xtreak
2019-10-12 05:06:50Pouria_fflinkissue38451 messages
2019-10-12 05:06:50Pouria_ffcreate