Python Forum
The minor updating of Python3( 3.3.5 → 3.7.3)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
The minor updating of Python3( 3.3.5 → 3.7.3)
#2
Just run the code, paste the traceback. We got in 3.7 async as Keyword, the use of async for a name is not allowed.
It's no longer allowed to raise StopIteration inside a Generator. To stop a generator, use return inside the generator or use the close method of the generator.

If you have a tests, this task would be much easier.
Almost dead, but too lazy to die: https://sourceserver.info
All humans together. We don't need politicians!
Reply


Messages In This Thread
RE: The minor updating of Python3( 3.3.5 → 3.7.3) - by DeaD_EyE - Apr-15-2019, 08:07 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  minor mistake in code for factorial spalisetty06 2 1,891 Aug-22-2020, 05:00 PM
Last Post: spalisetty06
  Gnuradio python3 is not compatible python3 xmlrpc library How Can I Fix İt ? muratoznnnn 3 4,927 Nov-07-2019, 05:47 PM
Last Post: DeaD_EyE

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020