Change by wei gu <[email protected]>:
---------- title: a=[1,2,3] a=a.extend([4]) after running these two lines of code a is None,but it show be [1,2,3,4] -> a=[1,2,3] a=a.extend([4]) after running these two lines of code a is None,but it should be [1,2,3,4] _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue40450> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
