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)
#1
We consider that the minor updating of Python3 ( 3.3.5 → 3.7.3).
Along with this updating, do you know any good tools and methods to confrim the error mechanically?
We've already checked the we have no error in Pycharm.

・Premise
Python starts a job, reads the text file by batch job, and upates the database.
It is a pure python which does not use any frameworks.
Develop emvironment is Win10/64bit.


・What we have done
After updating, we've loaded existing data. Then, we've excuted the code inspection in Pycharm and detected there is no error, but there are some warning, weal warning, and typo.
Reply
#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


Possibly Related Threads…
Thread Author Replies Views Last Post
  minor mistake in code for factorial spalisetty06 2 1,854 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,820 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