Skip to content

关于字符串格式化 #4

Closed
Closed
@OctavianLee

Description

@OctavianLee

字符串格式化确实有两种形式,某些库推荐使用%,譬如logging库,当你用format形式的时候,pylint检查会给warning。不过个人还是蛮喜欢format的。

Activity

taizilongxu

taizilongxu commented on Sep 22, 2015

@taizilongxu
Owner

format更优雅 哈哈

OctavianLee

OctavianLee commented on Sep 22, 2015

@OctavianLee
Author

@taizilongxu 是的。这个issue只是说那个题目,不全面。很多库里,是推荐使用%的。

taizilongxu

taizilongxu commented on Sep 22, 2015

@taizilongxu
Owner

恩, 看了下logging是01年的老库, format是2.6版本新特性(08年), 看来很有可能是为了兼容的问题

哎 其实自己写的时候还是用%比较多...

OctavianLee

OctavianLee commented on Sep 22, 2015

@OctavianLee
Author

嗯,所以 对那边的文字需要更正一下 说明 不过项目很赞,star了

taizilongxu

taizilongxu commented on Sep 22, 2015

@taizilongxu
Owner

: )

added a commit that references this issue on Sep 22, 2015
a8af392
truebit

truebit commented on Sep 18, 2018

@truebit

3.6的f-string更优雅,可以加到考题中

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @truebit@OctavianLee@taizilongxu

        Issue actions

          关于字符串格式化 · Issue #4 · taizilongxu/interview_python