Quantcast
Channel: Scripting - McNeel Forum
Viewing all articles
Browse latest Browse all 5892

[Python] How can I make cPython and IronPython compatible script?

$
0
0

@ivelin.peychev wrote:

You know, like there is a tag in html5 that depending on the browser it executes different code to ensure compatibility.

<head>
  <!--[if lt IE 9]>
    <script src="/js/html5shiv.js"></script>
  <![endif]-->
</head>

Is there such check in cPython and IronPython?

Posts: 3

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 5892

Trending Articles